This game's compressed texture was broken.
I change svn/trunk/src/jpcsp/graphics/VideoEngine.java line:6778 to
It can fix this issue.
The following pictures are video settings\abnormal\normal
This issue is produced by r3206.
I think maybe there are another games having this issue.
I change svn/trunk/src/jpcsp/graphics/VideoEngine.java line:6778 to
Code:
return getCompressedTextureSize((context.texture_width[level] > context.texture_buffer_width[level] ? context.texture_width[level] : context.texture_buffer_width[level]), context.texture_height[level], compressionRatio);
The following pictures are video settings\abnormal\normal
This issue is produced by r3206.
I think maybe there are another games having this issue.