Naruto Ultimate Ninja Storm Demo [NPEB90080]
Started by Ani




7 posts in this topic
Ani
Administrator
*******


16
4,277 posts 105 threads Joined: Aug 2017
01-31-2017, 12:47 AM -
#1
Tested on build 35b7cf4c
Requires a small hack on cellGame (you can download the hacked build here)

Change
Code:
s32 cellHddGameGetSizeKB()
{
    fmt::throw_exception("Unimplemented" HERE);
}
To
Code:
s32 cellHddGameGetSizeKB(vm::ptr<u32> size)
{
    cellGame.warning("cellHddGameGetSizeKB(): Unimplemented, returning 0");
    if (size)
    {
        *size = 0;
    }
    return CELL_OK;
}

Needed libraries:
- libdmux.prx
- libdmuxpamf.prx
- libpamf.prx
- libresc.prx
- libsail.prx
- libsre.prx
PPU Decoder: Interpreter (fast)
SPU Decoder: Interpreter (fast) / Recompiler (ASMJIT)

Screenshot:
http://i.imgur.com/ivQUSBd.jpg

Log:

    Desktop: Ryzen 7 5800X,   Radeon RX 6800 XT, 2x8G DDR4 3600MHz, Manjaro Linux
     Laptop: Ryzen 9 5900HX,  Radeon RX 6700M,   2x8G DDR4 3200MHz, Manjaro Linux
Old Desktop: AMD FX-8350,     Radeon R9 280X,    2x4G DDR3 1600MHz, Manjaro Linux


Messages In This Thread
RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - by Annie - 01-31-2017, 12:47 AM
RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - by ShinpiKage - 02-06-2017, 01:58 AM
RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - by Neilburst - 03-07-2017, 06:46 AM
RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - by Neilburst - 03-07-2017, 06:51 AM
RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - by Neilburst - 03-08-2017, 05:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)