Update changelog and wmmt5 gui fix
This commit is contained in:
parent
801406ec8c
commit
b608d38bca
@ -1650,7 +1650,7 @@ DWORD WINAPI FFBLoop(LPVOID lpParam)
|
||||
{
|
||||
hlp.log("In FFBLoop");
|
||||
|
||||
if (configGameId == 4 || configGameId == 12 || configGameId == 15 || configGameId == 16 || configGameId == 23 || configGameId == 24 || configGameId == 35) //Lindbergh Games which require Sleep until loaded enough
|
||||
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)
|
||||
{
|
||||
Sleep(2500);
|
||||
}
|
||||
|
@ -306,6 +306,8 @@ extremely generous.
|
||||
|
||||
- Jackchen for his Daytona Championship USA FFB work at beginning of year.
|
||||
|
||||
- seam for always testing and helping
|
||||
|
||||
- Howard Castro for help on game FFB code. Always helpful and a big reason this plugin was ever made
|
||||
|
||||
- Mame team
|
||||
|
Loading…
Reference in New Issue
Block a user