mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
1a1d6ab478
commit
3994141d40
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue