PSX.cfg Question
-
So I finally found out that I needed to disable MultiTap 1 and 2 in order to get PSX working. Now here’s my last question. Is there a line of command I can edit or add to the global PSX config file so the multitap stays off for all PSX games? That way I don’t have to do these setting edits every time I load a new PSX game.
-
edit the retroarch-core-options.cfg file found in ..
/opt/retropie/configs/all/retroarch-core-options.cfg
scroll down and you will see all the core/global options for psx
This is mine below, yours may look different
pcsx_rearmed_analog_axis_modifier = "circle" pcsx_rearmed_async_cd = "sync" pcsx_rearmed_bios = "auto" pcsx_rearmed_display_internal_fps = "disabled" pcsx_rearmed_dithering = "enabled" pcsx_rearmed_drc = "enabled" pcsx_rearmed_duping_enable = "enabled" pcsx_rearmed_frameskip = "0" pcsx_rearmed_gteregsunneeded = "disabled" pcsx_rearmed_gunconadjustratiox = "1" pcsx_rearmed_gunconadjustratioy = "1" pcsx_rearmed_gunconadjustx = "0" pcsx_rearmed_gunconadjusty = "0" pcsx_rearmed_idiablofix = "disabled" pcsx_rearmed_inuyasha_fix = "disabled" pcsx_rearmed_memcard2 = "disabled" pcsx_rearmed_multitap1 = "auto" pcsx_rearmed_multitap2 = "auto" pcsx_rearmed_negcon_deadzone = "0" pcsx_rearmed_negcon_response = "linear" pcsx_rearmed_neon_enhancement_enable = "enabled" pcsx_rearmed_neon_enhancement_no_main = "enabled" pcsx_rearmed_neon_interlace_enable = "disabled" pcsx_rearmed_nocdaudio = "enabled" pcsx_rearmed_nogteflags = "disabled" pcsx_rearmed_nosmccheck = "disabled" pcsx_rearmed_noxadecoding = "enabled" pcsx_rearmed_pad1type = "standard" pcsx_rearmed_pad2type = "standard" pcsx_rearmed_pad3type = "none" pcsx_rearmed_pad4type = "none" pcsx_rearmed_pad5type = "none" pcsx_rearmed_pad6type = "none" pcsx_rearmed_pad7type = "none" pcsx_rearmed_pad8type = "none" pcsx_rearmed_pe2_fix = "disabled" pcsx_rearmed_psxclock = "100" pcsx_rearmed_region = "auto" pcsx_rearmed_show_bios_bootlogo = "disabled" pcsx_rearmed_spu_interpolation = "simple" pcsx_rearmed_spu_reverb = "enabled" pcsx_rearmed_spuirq = "disabled"
-
Once you've set the option in RetroArch's menu (the Options submenu), it should be saved automatically and apply to all games.
If it's not, then you either have overrides (core options) set for that game or there's an issue with the core options file (/opt/retropie/configs/all/retroarch-core-options.cfg
is not writeable by your user ?).
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.