mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
VideoCommon: Make GPU syncing hack optional
This hack is there for quite a long time, and lots of games crashes if it's disabled. But it's still a hack, so it shouldn't be enabled hard coded. This commit create a new ini option for this hack which is enabled by default. Maybe some games does still run very fine without this hack.
This commit is contained in:
@ -163,6 +163,7 @@ struct SCoreStartupParameter
|
||||
bool bDSPThread;
|
||||
bool bDSPHLE;
|
||||
bool bSkipIdle;
|
||||
bool bSyncGPUOnSkipIdleHack;
|
||||
bool bNTSC;
|
||||
bool bForceNTSCJ;
|
||||
bool bHLE_BS2;
|
||||
|
Reference in New Issue
Block a user