Quick summary
Multi-game collection discs in ISO format containing PS3_GM01, PS3_GM02 etc only show the first game on the disc (in PS3_GAME), rather than all of the games on the disc.
Details
ISO support appears to be hardcoded to only recognize games under the PS3_GAME folder of the disc:
|
game_path = iso_device::virtual_device_name + "/PS3_GAME/./"; |
Game collections such as the Disgaea Triple Play Collection contain multiple games on one disc, the first being PS3_GAME, while the others are PS3_GM01, PS3_GM02 etc: #4450
Parity with folder-format games would be ideal, so that all games in a multi-game ISO appear in the game list and are bootable.
Quick summary
Multi-game collection discs in ISO format containing
PS3_GM01,PS3_GM02etc only show the first game on the disc (inPS3_GAME), rather than all of the games on the disc.Details
ISO support appears to be hardcoded to only recognize games under the
PS3_GAMEfolder of the disc:rpcs3/rpcs3/Emu/System.cpp
Line 1204 in 51ea735
Game collections such as the Disgaea Triple Play Collection contain multiple games on one disc, the first being
PS3_GAME, while the others arePS3_GM01,PS3_GM02etc: #4450Parity with folder-format games would be ideal, so that all games in a multi-game ISO appear in the game list and are bootable.