This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scePsmfPlayerGetPsmfInfo fix
#1
Fixed by my friend(slore)
Make Dangan Ronpa -NPJH50372 can see movie in nornal
(Press new Game, will see the first movie fly to the universe)

/trunk/src/jpcsp/HLE/modules150/scePsmfPlayer.java
change from setValue to getValue

Code:
@HLEFunction(nid = 0xDF089680, version = 150, checkInsideInterrupt = true)
   public int scePsmfPlayerGetPsmfInfo(@CheckArgument("checkPlayerInitialized") int psmfPlayer, TPointer32 psmfInfoAddr) {
        if (psmfPlayerStatus < PSMF_PLAYER_STATUS_STANDBY) {
            return ERROR_PSMFPLAYER_NOT_INITIALIZED;
        }
        psmfCurrentPts = psmfInfoAddr.getValue(0);
        psmfAvcStreamNum = psmfInfoAddr.getValue(4);
        psmfAtracStreamNum = psmfInfoAddr.getValue(8);
        psmfPcmStreamNum = psmfInfoAddr.getValue(12);
        psmfPlayerVersion = psmfInfoAddr.getValue(16);
        return 0;
    }


Attached Files Thumbnail(s)
   

.zip   scePsmfPlayer.zip (Size: 6.32 KB / Downloads: 114)
Reply


Messages In This Thread
scePsmfPlayerGetPsmfInfo fix - by sum2012 - 02-19-2013, 03:07 PM
RE: scePsmfPlayerGetPsmfInfo fix - by gid15 - 02-24-2013, 06:07 PM
RE: scePsmfPlayerGetPsmfInfo fix - by sum2012 - 02-24-2013, 09:04 PM
RE: scePsmfPlayerGetPsmfInfo fix - by gid15 - 02-25-2013, 11:19 AM
RE: scePsmfPlayerGetPsmfInfo fix - by sum2012 - 02-25-2013, 02:51 PM
RE: scePsmfPlayerGetPsmfInfo fix - by gid15 - 02-26-2013, 08:04 PM
RE: scePsmfPlayerGetPsmfInfo fix - by sum2012 - 02-26-2013, 10:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)