diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-10-10 17:44:42 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-10-10 17:44:42 +0200 |
| commit | 0f1b28740215fac37d3d01a25737e5fa02132ac5 (patch) | |
| tree | 2ee2477015a72867cef3629bfcc5dff059e2cbb7 /Source/Core/VideoCommon/MainBase.cpp | |
| parent | e955a3a1910f7648f2577531d62694cab675d616 (diff) | |
Misc. style fixes
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 |
