summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/MainBase.cpp
diff options
context:
space:
mode:
authorflacs <tilkax@gmail.com>2015-10-11 15:36:06 +0200
committerflacs <tilkax@gmail.com>2015-10-11 15:36:06 +0200
commita7b6ae8f2c660867aaa95a08df3d5f1dcefcf789 (patch)
tree468532b12f0b4375908767341f6993e2b686ad35 /Source/Core/VideoCommon/MainBase.cpp
parentf3c88137e750cee208053313df8df8416cf93fa0 (diff)
parent0f1b28740215fac37d3d01a25737e5fa02132ac5 (diff)
Merge pull request #3160 from Tilka/style
Misc. style fixes
Diffstat (limited to 'Source/Core/VideoCommon/MainBase.cpp')
-rw-r--r--Source/Core/VideoCommon/MainBase.cpp2
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