diff options
Diffstat (limited to 'emulators/mame/files')
-rw-r--r-- | emulators/mame/files/mame.ini.in | 9 | ||||
-rw-r--r-- | emulators/mame/files/plugin.ini.in | 18 |
2 files changed, 15 insertions, 12 deletions
diff --git a/emulators/mame/files/mame.ini.in b/emulators/mame/files/mame.ini.in index 714531c5981f..ff9ced826e72 100644 --- a/emulators/mame/files/mame.ini.in +++ b/emulators/mame/files/mame.ini.in @@ -27,8 +27,8 @@ swpath ~/.mame/software;%%DATADIR%%/software/ cfg_directory ~/.mame/cfg nvram_directory ~/.mame/nvram input_directory ~/.mame/inp -state_directory ~/.mame/sta -snapshot_directory ~/.mame/snap +state_directory ~/.mame/state +snapshot_directory ~/.mame/snapshot diff_directory ~/.mame/diff comment_directory ~/.mame/comments share_directory ~/.mame/share @@ -240,6 +240,7 @@ joystickprovider auto # OSD DEBUGGING OPTIONS # debugger auto +debugger_host localhost debugger_port 23946 debugger_font auto debugger_font_size 0 @@ -349,7 +350,7 @@ networkprovider auto bgfx_path %%DATADIR%%/bgfx bgfx_backend auto bgfx_debug 0 -bgfx_screen_chains t +bgfx_screen_chains default bgfx_shadow_mask slot-mask.png bgfx_lut lut-default.png bgfx_avi_name auto @@ -381,7 +382,9 @@ keymap_file keymap.dat # # SDL JOYSTICK MAPPING # +enable_touch 0 sixaxis 0 +dual_lightgun 0 # # SDL LIGHTGUN MAPPING diff --git a/emulators/mame/files/plugin.ini.in b/emulators/mame/files/plugin.ini.in index 83b351fc8181..ebc16d5e426f 100644 --- a/emulators/mame/files/plugin.ini.in +++ b/emulators/mame/files/plugin.ini.in @@ -1,17 +1,17 @@ # # PLUGINS OPTIONS # -hiscore 0 +autofire 0 cheat 0 -timecode 0 -dummy 0 -timer 0 cheatfind 0 +console 0 data 1 -inputmacro 0 -portname 0 discord 0 -console 0 -autofire 0 -layout 1 +dummy 0 gdbstub 0 +hiscore 0 +inputmacro 0 +layout 1 +portname 0 +timecode 0 +timer 0 |