Change so sleep added for almost all games
Only Road Fighters 3D excluded so far
This commit is contained in:
parent
765e861376
commit
0be7588118
@ -1650,7 +1650,7 @@ DWORD WINAPI FFBLoop(LPVOID lpParam)
|
||||
{
|
||||
hlp.log("In FFBLoop");
|
||||
|
||||
if (configGameId == 4 || configGameId == 9 || configGameId == 12 || configGameId == 15 || configGameId == 16 || configGameId == 23 || configGameId == 24 || configGameId == 35) //Games which require Sleep until loaded enough eg Lindbergh or WMMT5 (for gui)
|
||||
if (configGameId != 29) //For games which need code to run quicker etc. Some games will crash if no sleep added
|
||||
{
|
||||
Sleep(2500);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user