diff options
| author | Lioncash <mathew1800@gmail.com> | 2016-01-23 23:31:13 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2016-01-25 05:24:03 -0500 |
| commit | 32ce2be2bfc74f0b395800328c494b423480358d (patch) | |
| tree | de3b6dae657cf8a13a69b5d8517f0542c6889b9f /Source/Core/VideoCommon/XFStructs.cpp | |
| parent | 5ebd1e215b29bdbf74317ea1b6cb19578db0e41a (diff) | |
Fifo: Make g_use_deterministic_gpu_thread a TU-local variable
Diffstat (limited to 'Source/Core/VideoCommon/XFStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/XFStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/XFStructs.cpp b/Source/Core/VideoCommon/XFStructs.cpp index 402f76c493..964dc15355 100644 --- a/Source/Core/VideoCommon/XFStructs.cpp +++ b/Source/Core/VideoCommon/XFStructs.cpp @@ -259,7 +259,7 @@ void LoadIndexedXF(u32 val, int refarray) u32* currData = (u32*)(&xfmem) + address; u32* newData; - if (Fifo::g_use_deterministic_gpu_thread) + if (Fifo::UseDeterministicGPUThread()) { newData = (u32*)Fifo::PopFifoAuxBuffer(size * sizeof(u32)); } |
