diff options
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/MainBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index 998ff5b7c0..fc36906cdb 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -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 |
