05-19-2017, 11:51 AM
The game functions normally now on revision 9de5f87. The audio prompt is able to play when the dialog box appears onscreen. Occasionally, the text doesn't appear onscreen (affects both JPCSP font and native PSP font). The following messages occasionally appear in the log during the opening video:
With regards to performance, I tried to get data for the profiler since the A.I. takes a long time to make a move. In various logs, the DUELSYS_Act:thread always tries to compile to interpreter during the A.I.'s turn which would slow down the performance.
Code:
07:23:07 ERROR atrac3plus - audioThread - Invalid gain location: ch=1, sb=3, pos=5, val=40
07:23:07 ERROR hle.sceMpeg - audioThread - Error received from codec.decode: 0xFFFFFFFF
With regards to performance, I tried to get data for the profiler since the A.I. takes a long time to make a move. In various logs, the DUELSYS_Act:thread always tries to compile to interpreter during the A.I.'s turn which would slow down the performance.