You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted here: libretro/pcsx_rearmed#229
I have a feeling you would have better undestanding of whats going on here and how to apply the same on pcsx.
This was originally fixed on mednefen psx, and the relevant fix is this:
btw, im testing on libretro pcsx, but since the code looks the same, i believe the behavior will also be the same for this game on pcsx4all_gameblahblah edition :D
Originally posted here: libretro/pcsx_rearmed#229
I have a feeling you would have better undestanding of whats going on here and how to apply the same on pcsx.
This was originally fixed on mednefen psx, and the relevant fix is this:
this section corresponds to the following section in pcsx:
https://github.com/gameblabla/pcsx4all_rs97_rg350/blob/master/src/cdrom.c#L496-L516
if cdr.Result[7] = 0; is changed to any value other than 1, then the game works. But then im only guessing some value, not the correct ones.
The text was updated successfully, but these errors were encountered: