01-30-2015, 08:36 PM
(This post was last modified: 01-30-2015, 08:39 PM by DragonNeos.)
This game was tested with r3696. The opening video before the Title Screen doesn't play since there are some unimplemented sceMp4 functions. The game requires the option "Ignore unmapped imports (not recommended)". At further points in the game, the option "Ignore invalid memory access (not recommended for test reports, but improves performance)" is also needed.
Before the game reaches the Title Screen, this message appears in the log.
This log contains the following options being added into LogSettings.xml:
Before the game reaches the Title Screen, this message appears in the log.
Code:
15:10:16 WARN atrac3plus - SOUND_THREAD - GHA Phase shifting
This log contains the following options being added into LogSettings.xml:
Code:
<logger name='hle.sceMpeg'> <level value='debug' /> </logger>
<logger name='hle.sceMp4'> <level value='debug' /> </logger>
<logger name='hle.sceAtrac3plus'> <level value='debug' /> </logger>