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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NPJH50276] YS vs. SORA NO KISEKI problem: without any responsible at "The End".
#3
Can you try my modify version of 2841 ?
I have increase 10 times for query result available
http://www.mediafire.com/?ddlxjwg2mi5cyjr

Attach is my full modify source
src\jpcsp\graphics\RE\BaseRenderingEngineFunction.java
Code:
@Override
    public boolean isBoundingBoxVisible() {
        boolean isVisible = true;

        if (usePartialSoftwareTestForBoundingBox && bboxVisible != VisibilityTestResult.mustUseQuery) {
            isVisible = (bboxVisible == VisibilityTestResult.visible);
            if (log.isDebugEnabled()) {
                log.debug("Used software test for BBOX, visible=" + isVisible);
            }
        } else if (bboxQueryInitialized) {
            if (usePartialSoftwareTestForBoundingBox && log.isDebugEnabled()) {
                log.debug("Failed to use software test for BBOX");
            }

            boolean resultAvailable = false;

            // Wait for query result available
            for (int i = 0; i < 200000; i++) {//changed here


Attached Files
.zip   BaseRenderingEngineFunction.zip (Size: 8.51 KB / Downloads: 149)
Reply


Messages In This Thread
RE: [NPJH50276] YS vs. SORA NO KISEKI problem: without any responsible at "The End". - by sum2012 - 11-11-2012, 01:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)