mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Fifo: Fix tab/space mismatches
This commit is contained in:
parent
700a4154dd
commit
16a74a9557
1 changed files with 9 additions and 8 deletions
|
@ -30,7 +30,8 @@ void Fifo_PauseAndLock(bool doLock, bool unpauseOnUnlock);
|
||||||
void Fifo_UpdateWantDeterminism(bool want);
|
void Fifo_UpdateWantDeterminism(bool want);
|
||||||
|
|
||||||
// Used for diagnostics.
|
// Used for diagnostics.
|
||||||
enum SyncGPUReason {
|
enum SyncGPUReason
|
||||||
|
{
|
||||||
SYNC_GPU_NONE,
|
SYNC_GPU_NONE,
|
||||||
SYNC_GPU_OTHER,
|
SYNC_GPU_OTHER,
|
||||||
SYNC_GPU_WRAPAROUND,
|
SYNC_GPU_WRAPAROUND,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue