Addd braces

This commit is contained in:
Anthony 2021-06-02 22:38:43 +12:00
parent 76eb475ed6
commit 3b1daf52ab
1 changed files with 3 additions and 1 deletions

View File

@ -2171,7 +2171,9 @@ static DWORD WINAPI EmuUpdateTickCount(LPVOID)
EmuLog(LOG_LEVEL::DEBUG, "Timing thread is running.");
// We check for LLE flag as NV2A handles it's own VBLANK if LLE is enabled!
if (bLLE_GPU) return 0;
if (bLLE_GPU) {
return 0;
}
auto nextVBlankTime = GetNextVBlankTime();