Simplify boolean comparison
this was getting flagged in CI but not on my machine
This commit is contained in:
parent
6b160d9bd0
commit
70b640240e
|
@ -130,7 +130,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
|
|||
ret.Hardware |= LibmGBA.Hardware.Tilt;
|
||||
}
|
||||
|
||||
if (syncSettings.OverrideGbPlayerDetect is true)
|
||||
if (syncSettings.OverrideGbPlayerDetect)
|
||||
{
|
||||
ret.Hardware |= LibmGBA.Hardware.GbPlayerDetect;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue