gsdx sw: always enable the auto flush hack on the SW renderer

There are enough option. Will remove it if too slow.

Positively impact Jak, GTA, Battlefield 2
This commit is contained in:
Gregory Hainaut 2016-09-15 17:24:40 +02:00
parent 1a1d6ab478
commit 3994141d40
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ GSRendererSW::GSRendererSW(int threads)
InitCVB(GS_SPRITE_CLASS);
m_dump_root = root_sw;
// Reset handler with the auto flush hack enabled on the SW renderer
// Impact on perf is rather small, and it avoids an extra hack option.
m_userhacks_auto_flush = true;
ResetHandlers();
}
GSRendererSW::~GSRendererSW()