Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bleach: Heat The Soul 7
02-11-2013, 07:45 PM (This post was last modified: 02-11-2013 07:48 PM by [Unknown].)
Post: #30
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
So 11 gains more speed? That's interesting.

I am away from my computer now, but if you have any of these games, could you check if this breaks them? Mimana, ClaDun, 30 Minute Hero, Patchwork Heroes, Senjou no Valkyria 3, Valkyria Chronicles 2, and Crystal Defenders. They had issues with the vertex cache (corrupt graphics) before that commit. I'll test them later if not.

If you can try more, what if you revert the changes and then change this line:

Code:
vai->framesUntilNextFullHash = std::min(16, vai->numFrames);

To:

Code:
// If we've already drawn several times in this frame, it's probably safe.
if (vai->numDraws > 11)
   vai->framesUntilNextFullHash = std::min(16, vai->numDraws);
else
   vai->framesUntilNextFullHash = std::min(16, vai->numFrames);

Also, I'd be curious to know if it helps speed to change that to any of (instead of the above):

Code:
vai->framesUntilNextFullHash = std::min(128, vai->numFrames);

Code:
// If we've already drawn several times in this frame, it's probably safe.
if (vai->numDraws > 16)
   vai->framesUntilNextFullHash = std::min(64, vai->numDraws);
else
   vai->framesUntilNextFullHash = std::min(64, vai->numFrames);

It might not change much, and in the worst case it might cause additional corruption... but in the best case it may improve speed.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bleach: Heat The Soul 7 - Lunedi - 01-28-2013, 10:36 AM
RE: Bleach: Heat The Soul 7 - ket_kul - 03-18-2013, 08:16 AM
RE: Bleach: Heat The Soul 7 - [Unknown] - 03-18-2013, 02:04 PM
RE: Bleach: Heat The Soul 7 - vontman - 03-18-2013, 09:14 AM
RE: Bleach: Heat The Soul 7 - rowboat - 03-18-2013, 05:24 PM
RE: Bleach: Heat The Soul 7 - ket_kul - 03-18-2013, 11:45 PM
RE: Bleach: Heat The Soul 7 - neilencio - 03-19-2013, 06:29 AM
RE: Bleach: Heat The Soul 7 - [Unknown] - 03-19-2013, 07:15 AM
RE: Bleach: Heat The Soul 7 - brujo55 - 03-19-2013, 06:18 PM
RE: Bleach: Heat The Soul 7 - neilencio - 03-24-2013, 12:08 PM
RE: Bleach: Heat The Soul 7 - skyfor - 03-24-2013, 12:50 PM
RE: Bleach: Heat The Soul 7 - DragonNeos - 03-25-2013, 04:52 PM
RE: Bleach: Heat The Soul 7 - Schiffy - 05-23-2013, 01:09 PM
RE: Bleach: Heat The Soul 7 - aki21 - 03-26-2013, 02:18 AM
RE: Bleach: Heat The Soul 7 - Soulkey - 04-02-2013, 06:01 AM
RE: Bleach: Heat The Soul 7 - skyfor - 04-02-2013, 06:50 AM
RE: Bleach: Heat The Soul 7 - Soulkey - 04-02-2013, 07:08 AM
RE: Bleach: Heat The Soul 7 - skyfor - 04-02-2013, 07:29 AM
RE: Bleach: Heat The Soul 7 - eeski - 04-13-2013, 07:15 PM
RE: Bleach: Heat The Soul 7 - killermk214 - 04-14-2013, 07:24 PM
RE: Bleach: Heat The Soul 7 - laugher - 05-22-2013, 12:59 PM
RE: Bleach: Heat The Soul 7 - supaman - 05-28-2013, 04:36 AM
RE: Bleach: Heat The Soul 7 - EvilSR - 05-29-2013, 09:23 AM
RE: Bleach: Heat The Soul 7 - Lunos - 05-30-2013, 05:48 AM
RE: Bleach: Heat The Soul 7 - curraja - 05-30-2013, 09:12 PM
RE: Bleach: Heat The Soul 7 - sfageas - 05-30-2013, 09:24 PM
RE: Bleach: Heat The Soul 7 - Max7555 - 06-25-2013, 12:17 PM
RE: Bleach: Heat The Soul 7 - sfageas - 08-02-2013, 11:37 AM
RE: Bleach: Heat The Soul 7 - JMyles28 - 08-28-2013, 11:24 PM
RE: Bleach: Heat The Soul 7 - DBZLOVER - 11-15-2013, 03:32 PM
RE: Bleach: Heat The Soul 7 - alfian - 12-09-2013, 12:31 PM
RE: Bleach: Heat The Soul 7 - Kroaton - 12-26-2013, 07:07 PM
RE: Bleach: Heat The Soul 7 - globe94 - 12-27-2013, 02:32 AM
RE: Bleach: Heat The Soul 7 - Obi55 - 12-27-2013, 02:40 AM
RE: Bleach: Heat The Soul 7 - globe94 - 12-27-2013, 02:48 AM
RE: Bleach: Heat The Soul 7 - Obi55 - 12-27-2013, 03:25 AM
RE: Bleach: Heat The Soul 7 - Kroaton - 12-27-2013, 09:21 PM
RE: Bleach: Heat The Soul 7 - joca94 - 04-07-2014, 08:17 PM
RE: Bleach: Heat The Soul 7 - vnctdj - 06-02-2014, 03:18 PM
RE: Bleach: Heat The Soul 7 - vnctdj - 10-08-2014, 04:05 PM
RE: Bleach: Heat The Soul 7 - laristar - 06-09-2015, 03:01 AM
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110] - [Unknown] - 02-11-2013 07:45 PM
Bleach Heat The Soul 7 - AngelOFXD - 08-02-2013, 06:21 AM
Heat the soul 7 - DarkJak - 10-08-2014, 10:33 AM
RE: Heat the soul 7 - cybercjt - 10-08-2014, 10:55 AM

Forum Jump: