emukidid / pcsxgc

A port of the PS1 emulator, PCSX, to the Nintendo GC/Wii
116 stars 6 forks source link

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

Closed saulfabregwiivc closed 8 months ago

saulfabregwiivc commented 8 months ago

Adds the missing command cdrIsoMultidiskSelect++ to the Swap CD (Multi-disk) command. Reference: https://github.com/libretro/pcsx_rearmed/blob/master/frontend/menu.c#L2271

The SBI detection logics/code also depends of this command/variable, and Libretro PCSX-ReARMed has this command, so let's add it to WiiSX too.

saulfabregwiivc commented 8 months ago

closed because it is not compiling. Will see what did i miss here.