06-14-2013, 03:50 PM
(06-13-2013, 12:15 AM)shenweip Wrote: This game's compressed texture was broken.You are right!
I change svn/trunk/src/jpcsp/graphics/VideoEngine.java line:6778 to
It can fix this issue.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.
Should now be fixed in r3236.
Thank you for identifying the bug!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log