FunKey-Project/pcsx_rearmed

Changing Disc?

nckstwrt opened this issue · 1 comments

Is there any way to change the disc being used for multi-disc games?

The FunKey Wiki (https://funkey.miraheze.org/wiki/Main_Page) suggests making a single PBP file from the Discs but does not suggest how you would then get to a menu in order to select which disc?

If this does not exist, could it be added to the standard FunKey menu?

Added it myself in a crude way until a proper release comes out:
https://nic.hopto.org/open/funkey/ps1.opk

This gives a menu option that allows you to change CD on multidisk PBP files (made with psx2psp - as described at: https://funkey.miraheze.org/wiki/Main_Page)
It will appear under Emulators in the GMENU2X as "PS1-Nick" - then in game click the Menu key and cycle through till you see an option that says CD: 1/3 and then just click on that to change to CD 2, etc

Hacked code change is at: https://nic.hopto.org/open/funkey/menu.c (just look for // Nick in the file and you'll see my changes). If actually useful, I'll do it properly and make a proper diff or something.