Addd braces
This commit is contained in:
parent
76eb475ed6
commit
3b1daf52ab
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue