Add emulator == to new games
This commit is contained in:
parent
8a1d503740
commit
bcf980d614
@ -3115,6 +3115,8 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
}
|
||||
|
||||
if (RunningFFB == RaveRacerActive) //Rave Racer
|
||||
{
|
||||
if (Emulator == MAME)
|
||||
{
|
||||
if (!RaveRacerFind)
|
||||
{
|
||||
@ -3152,8 +3154,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (RunningFFB == DaytonaActive)
|
||||
{
|
||||
if (Emulator == MAME)
|
||||
{
|
||||
if (!PatternFind)
|
||||
{
|
||||
@ -3263,8 +3268,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (RunningFFB == SrallyActive)
|
||||
{
|
||||
if (Emulator == MAME)
|
||||
{
|
||||
if (!PatternFind)
|
||||
{
|
||||
@ -3300,6 +3308,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (RunningFFB == HardDrivinActive) //Hard Drivin
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user