FunKey-Project / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
4 stars 2 forks source link

Changing Disc? #2

Open nckstwrt opened 3 years ago

nckstwrt commented 3 years ago

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?

nckstwrt commented 3 years ago

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.