If you’re dealing with multi-disc PlayStation 1 games on the Anbernic RG35XX, there are a few approaches you can take:
- Convert the discs to PBP format.
- Find pre-made PBP files.
- Create an .m3u playlist file and list the paths to the discs. You can store the disc images anywhere you prefer.
Here’s an example:
Place all disc images in a subfolder (storing files in a subfolder helps keep the game list clean, as the Garlic OS menu ignores subfolders when compiling the list of consoles and games). For example, you might put them in SdCard:/Roms/PS/gameFolder/
. Then create a file named SdCard:/Roms/PS/game.m3u
and list the paths to all the discs inside game.m3u
:
game.m3u
gameFolder/game disk1.chd
gameFolder/game disk2.chd
If you have *.cue and *.bin images, list the paths to all the *.cue files:
game.m3u
gameFolder/game disk1/disc1.cue
gameFolder/game disk2/disc2.cue