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 (RunningFFB == RaveRacerActive) //Rave Racer
|
||||||
|
{
|
||||||
|
if (Emulator == MAME)
|
||||||
{
|
{
|
||||||
if (!RaveRacerFind)
|
if (!RaveRacerFind)
|
||||||
{
|
{
|
||||||
@ -3152,8 +3154,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (RunningFFB == DaytonaActive)
|
if (RunningFFB == DaytonaActive)
|
||||||
|
{
|
||||||
|
if (Emulator == MAME)
|
||||||
{
|
{
|
||||||
if (!PatternFind)
|
if (!PatternFind)
|
||||||
{
|
{
|
||||||
@ -3263,8 +3268,11 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (RunningFFB == SrallyActive)
|
if (RunningFFB == SrallyActive)
|
||||||
|
{
|
||||||
|
if (Emulator == MAME)
|
||||||
{
|
{
|
||||||
if (!PatternFind)
|
if (!PatternFind)
|
||||||
{
|
{
|
||||||
@ -3300,6 +3308,7 @@ void MAMESupermodel::FFBLoop(EffectConstants* constants, Helpers* helpers, Effec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (RunningFFB == HardDrivinActive) //Hard Drivin
|
if (RunningFFB == HardDrivinActive) //Hard Drivin
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user