mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
47 lines
1.6 KiB
Bash
Executable File
47 lines
1.6 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
cat >~/.config/retroarch/retroarch-core-options.cfg<<'EOF'
|
|
mame2003-plus_analog = "digital"
|
|
mame2003-plus_art_resolution = "1"
|
|
mame2003-plus_brightness = "1.0"
|
|
mame2003-plus_cheat_input_ports = "disabled"
|
|
mame2003-plus_core_save_subfolder = "enabled"
|
|
mame2003-plus_core_sys_subfolder = "enabled"
|
|
mame2003-plus_dcs_speedhack = "disabled"
|
|
mame2003-plus_deadzone = "20"
|
|
mame2003-plus_display_artwork = "enabled"
|
|
mame2003-plus_display_setup = "disabled"
|
|
mame2003-plus_four_way_emulation = "disabled"
|
|
mame2003-plus_frameskip = "0"
|
|
mame2003-plus_gamma = "1.2"
|
|
mame2003-plus_input_interface = "retropad"
|
|
mame2003-plus_machine_timing = "enabled"
|
|
mame2003-plus_mame_remapping = "enabled"
|
|
mame2003-plus_mouse_device = "mouse"
|
|
mame2003-plus_neogeo_bios = "default"
|
|
mame2003-plus_rstick_to_btns = "enabled"
|
|
mame2003-plus_sample_rate = "48000"
|
|
mame2003-plus_skip_disclaimer = "disabled"
|
|
mame2003-plus_skip_warnings = "disabled"
|
|
mame2003-plus_tate_mode = "disabled"
|
|
mame2003_art_resolution = "1"
|
|
mame2003_brightness = "1.0"
|
|
mame2003_core_save_subfolder = "enabled"
|
|
mame2003_core_sys_subfolder = "enabled"
|
|
mame2003_dcs_speedhack = "enabled"
|
|
mame2003_display_artwork = "enabled"
|
|
mame2003_display_setup = "disabled"
|
|
mame2003_four_way_emulation = "disabled"
|
|
mame2003_frameskip = "0"
|
|
mame2003_gamma = "1.0"
|
|
mame2003_input_interface = "simultaneous"
|
|
mame2003_mame_remapping = "enabled"
|
|
mame2003_mouse_device = "mouse"
|
|
mame2003_neogeo_bios = "default"
|
|
mame2003_rstick_to_btns = "enabled"
|
|
mame2003_sample_rate = "48000"
|
|
mame2003_skip_disclaimer = "disabled"
|
|
mame2003_skip_warnings = "disabled"
|
|
mame2003_tate_mode = "disabled"
|
|
EOF
|