Misc. style fixes

This commit is contained in:
Tillmann Karras
2015-10-10 17:44:42 +02:00
parent e955a3a191
commit 0f1b287402
5 changed files with 8 additions and 10 deletions

View File

@ -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