mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Misc. style fixes
This commit is contained in:
parent
e955a3a191
commit
0f1b287402
5 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue