EmuNewz Network
Yu-Gi-Oh! Millennium Duels [NPUB31455] - 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: Yu-Gi-Oh! Millennium Duels [NPUB31455] (/showthread.php?tid=163850)



Yu-Gi-Oh! Millennium Duels [NPUB31455] - BlackDaemon - 08-16-2014

Shows white screen and some textures in RSX debugger.


RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - BlackDaemon - 01-30-2017

Tested on modded build v0.0.1-8-60bd2fb. Crashes after two intros. Requires a minor hack in sceNp2.cpp to skip unimplemented functions

replace
Code:
replace ->fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(sceNp2); 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
- libsync2.prx
- libgifdec.prx
- libjpgdec.prx
- libpngdec.prx