mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-25 23:36:34 +00:00
Don't mark unreliable, just rehash each time.
This improves perf significantly without the bugs.
This commit is contained in:
parent
1e1979b786
commit
b548fe0aa6
@ -954,7 +954,7 @@ void TransformDrawEngine::Flush() {
|
||||
vai->drawsUntilNextFullHash = std::min(24, vai->numFrames);
|
||||
} else {
|
||||
// Lower numbers seem much more likely to change.
|
||||
vai->status = VertexArrayInfo::VAI_UNRELIABLE;
|
||||
vai->drawsUntilNextFullHash = 0;
|
||||
}
|
||||
// TODO: tweak
|
||||
//if (vai->numFrames > 1000) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user