01-28-2017, 09:11 AM
Tested on modified build v0.0.1-8-60bd2fb. Graphics in menus now fixed, crashes on loading level.
Requires minor hack in cellGame.cpp
replace
to
LLE used
Code:
...
E {rsx::thread} RSX: Unknown/illegal instruction: 0x7f (forced unit 0)
E {rsx::thread} RSX: Bad scale: 4
E {rsx::thread} RSX: Bad scale: 4
F {PPU[0x70000000] Thread (main_thread) [0x0003c724]} struct vm::access_violation thrown: Access violation writing address 0x4
Requires minor hack in cellGame.cpp
replace
Code:
fmt::throw_exception("Unimplemented" HERE);
Code:
UNIMPLEMENTED_FUNC(cellGame); 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
- libgifdec.prx
- libjpgdec.prx
- libpngdec.prx