1
0
mirror of synced 2025-02-17 18:59:24 +01:00
This commit is contained in:
Aaron M 2019-12-07 20:26:38 +13:00
parent 4f4bd681a9
commit 34acbfe3d5
2 changed files with 5 additions and 5 deletions

View File

@ -318,7 +318,7 @@ EnableForceTimeUp=0
ForceFinishButton=99
ForceTimeUpButton=99
[Mame 32bit]
[Old Mame 32bit]
GameId=33
MinForce=0
MaxForce=75
@ -327,7 +327,7 @@ FeedbackLength=500
PowerMode=0
MameVersion=
[Mame 64bit]
[Old Mame 64bit]
GameId=33
MinForce=0
MaxForce=75

View File

@ -919,7 +919,7 @@ const int Road_Fighters_3D = 29;
const int LGI_3D = 30;
const int LGI_ = 31;
const int INITIAL_D_0 = 32;
const int MAME_ = 33;
const int OLDMAME_ = 33;
const int OUTRUN_2Real = 35;
const int FORD_RACING_OTHER = 38;
const int KO_Drive = 39;
@ -1902,8 +1902,8 @@ DWORD WINAPI FFBLoop(LPVOID lpParam)
case LGI_:
game = new LGI;
break;
case MAME_:
game = new Mame;
case OLDMAME_:
game = new OldMame;
break;
case KO_Drive:
game = new KODrive;