xjsxjs197 / WiiSXRX_2022

GNU General Public License v3.0
159 stars 15 forks source link

Add missing cdrIsoMultidiskSelect command to Swap CD code from PCSX-ReARMed. #186

Closed saulfabregwiivc closed 5 months ago

saulfabregwiivc commented 10 months ago

Adds the missing command cdrIsoMultidiskSelect++ to the Swap CD (Multi-disk) command/logic.

SBI detection logics also depends of this command/variable, and Libretro PCSX-ReARMed has this command.

Possible fix for issue https://github.com/xjsxjs197/WiiSXRX_2022/issues/96.

Reference: https://github.com/libretro/pcsx_rearmed/blob/master/frontend/menu.c#L2271

saulfabregwiivc commented 10 months ago

I made it draft cause i am not sure if this is the solution for the issue mentioned, althrough in the old code before the Swap CD new code was added, it was included anyway.

saulfabregwiivc commented 5 months ago

Closed as i consider this unnecessary, i don't think even WiiSX has this change, as both WiiSX and WiiStation can load SBI files correctly here (only tested Final Fantasy VIII (Europe)).