RPCS3 Forums

Full Version: Phineas and Ferb Across the 2nd Dimension [NPUB30631]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tested on modified build v0.0.1-8-60bd2fb. Shows broken menu, but don't react on controls. Requires minor hack in cellPad.cpp to fake unimplemented functions

replace
Code:
fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(sys_io); return CELL_OK;

LLE used
Code:
- libadec.prx
- libat3dec.prx
- libatrac3plus.prx
- libatxdec.prx
- libl10n.prx
- libpamf.prx
- libresc.prx
- librtc.prx
- libspurs_jq.prx
- libsre.prx
build 0.0.3-3-9440e65
goes ingame with both recompilers requires strict rending mode to fix the text at full speed the controls drop inputs every time the log gets spammed with cellGemGetState, cellPadGetData and cellGemGetInfo
build 0.0.3-3-632c887

playable now that the controller fix got merged.
goes ingame with both recompilers requires strict rending mode to fix the slight text issues with no controller input drops any more it seems and It seems to be running perfectly including saves at 1080p 30fps nearly locked.