11-02-2014, 03:55 AM
(This post was last modified: 11-02-2014, 04:21 AM by DragonNeos.)
This game was tested with JPCSP v0.7 r3671. Problems that I have listed in the first post that still exist are:
1) The Font in the game is not being rendered correctly. The Font seems to be cut off in JPCSP while it displays correctly in PPSSPP. (1st Screenshot - JPCSP, 2nd Screenshot - PPSSPP) (I have tested this game with Fonts from JPCSP and from a real PSP.)
3) This game has problems with displaying resolution over 2x. The screen is located in the lower left corner after increasing the resolution over 2x. (3rd Screenshot - 1x, 4th Screenshot - 2x, 5th Screenshot - 3x)
For the INFO Log, I added two lines into LogSettings.xml:
1) The Font in the game is not being rendered correctly. The Font seems to be cut off in JPCSP while it displays correctly in PPSSPP. (1st Screenshot - JPCSP, 2nd Screenshot - PPSSPP) (I have tested this game with Fonts from JPCSP and from a real PSP.)
3) This game has problems with displaying resolution over 2x. The screen is located in the lower left corner after increasing the resolution over 2x. (3rd Screenshot - 1x, 4th Screenshot - 2x, 5th Screenshot - 3x)
For the INFO Log, I added two lines into LogSettings.xml:
Code:
<logger name='hle.sceFont'> <level value='debug' /> </logger>
<logger name='hle.sceSasCore'> <level value='debug' /> </logger>