03-03-2014, 06:33 AM
(This post was last modified: 03-03-2014, 06:50 AM by DragonNeos.)
This game was tested with r3458. As Ansatsuken has stated, the game usually freezes after the opening video or after creating or loading SAVEDATA. Enabling the option "Disable audio threads" allows the emulator to get to the menu. However, there is not much one can do afterwards since the game freezes after a character is selected or when the character encounters an enemy, etc. It seems like the game wants a sound to play after any of the situations listed before in order to proceed. I tried making a log, but didn't know what to add to the Log Settings. I added the following:
During the logging, the video and audio seemed to desync as the opening video ended before the audio was able to finish. The background in the game seems to be darker on JPCSP than on PPSSPP and PSP. On PPSSPP, there aren't any audio problems that I am aware of.
Code:
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.scePsmfPlayer'> <level value='debug' /> </logger>
<logger name='hle.scePsmf'> <level value='debug' /> </logger>
<logger name='hle.sceAtrac3plus'> <level value='trace' /> </logger>
<logger name='hle.sceAudio'> <level value='debug' /> </logger>
<logger name='hle.sceMp3'> <level value='debug' /> </logger>
<logger name='hle.sceSasCore'> <level value='debug' /> </logger>