EmuNewz Network
PixelJunk 4am - Live Viewer [NPUA80538] - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Commercial Games (https://www.emunewz.net/forum/forumdisplay.php?fid=193)
+----- Forum: RPCS3 - Commercial Games - Intro (https://www.emunewz.net/forum/forumdisplay.php?fid=197)
+----- Thread: PixelJunk 4am - Live Viewer [NPUA80538] (/showthread.php?tid=173927)



PixelJunk 4am - Live Viewer [NPUA80538] - BlackDaemon - 01-10-2016

Tested on recent master build. Stuck after few intros. Requires libSre, JpgDec and L10n LLE'd.


RE: PixelJunk 4am - Live Viewer [NPUA80538] - BlackDaemon - 01-28-2017

Tested on modified build v0.0.1-8-60bd2fb. After intros requires PS Eye camera, despite that it's faked in settings. Requires minor hack in cellGameExec.cpp

replace
Code:
fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(cellGameExec); 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