From 0f1b28740215fac37d3d01a25737e5fa02132ac5 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sat, 10 Oct 2015 17:44:42 +0200 Subject: Misc. style fixes --- Source/Core/VideoCommon/MainBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/MainBase.cpp') 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 -- cgit v1.2.3