forked from dolphin-emu/dolphin
Misc. style fixes
This commit is contained in:
@@ -36,7 +36,7 @@ static volatile struct
|
||||
|
||||
void VideoBackendHardware::EmuStateChange(EMUSTATE_CHANGE newState)
|
||||
{
|
||||
EmulatorState((newState == EMUSTATE_CHANGE_PLAY) ? true : false);
|
||||
EmulatorState(newState == EMUSTATE_CHANGE_PLAY);
|
||||
}
|
||||
|
||||
// Enter and exit the video loop
|
||||
|
||||
Reference in New Issue
Block a user