Merge pull request #1229 from lioncash/ts
Fifo: Fix tab/space mismatches
This commit is contained in:
commit
39d01774de
|
@ -30,7 +30,8 @@ void Fifo_PauseAndLock(bool doLock, bool unpauseOnUnlock);
|
|||
void Fifo_UpdateWantDeterminism(bool want);
|
||||
|
||||
// Used for diagnostics.
|
||||
enum SyncGPUReason {
|
||||
enum SyncGPUReason
|
||||
{
|
||||
SYNC_GPU_NONE,
|
||||
SYNC_GPU_OTHER,
|
||||
SYNC_GPU_WRAPAROUND,
|
||||
|
|
Loading…
Reference in New Issue