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
IRX loading is not working properly, game is freezing on SifLoadModule(), but on SifExecModuleBuffer() not?.
To be more precise - when I added USB modules via SifExecModuleBuffer() I found that I cant load audsrv.irx via SifLoadModule() - because game hanged during loading.
I implemented fast fix via replacing all SifLoadModule() to SifExecModuleBuffer() - so problem is gone.
But now, when I also try to load game via PS2Link, he is trying to load ROMVER (whatever it is) and its also freezing.
IRX loading is not working properly, game is freezing on
SifLoadModule()
, but onSifExecModuleBuffer()
not?.To be more precise - when I added USB modules via
SifExecModuleBuffer()
I found that I cant loadaudsrv.irx
viaSifLoadModule()
- because game hanged during loading.I implemented fast fix via replacing all
SifLoadModule()
toSifExecModuleBuffer()
- so problem is gone.But now, when I also try to load game via PS2Link, he is trying to load
ROMVER
(whatever it is) and its also freezing.All of the code is in
irx_loader.cpp
The text was updated successfully, but these errors were encountered: