1
0
mirror of synced 2024-11-13 18:10:51 +01:00

Update changelog and wmmt5 gui fix

This commit is contained in:
Aaron M 2019-11-03 14:27:13 +13:00
parent 801406ec8c
commit b608d38bca
2 changed files with 3 additions and 1 deletions

View File

@ -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);
}

View File

@ -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