This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fix Uta no Prince-Sama - All Star
#1
This game's compressed texture was broken.
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);
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.


Attached Files Thumbnail(s)
           
Reply
#2
(06-13-2013, 12:15 AM)shenweip Wrote: This game's compressed texture was broken.
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);
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.
You are right!
Should now be fixed in r3236.
Thank you for identifying the bug! Smile
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)