mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fifo: Make g_use_deterministic_gpu_thread a TU-local variable
This commit is contained in:
parent
5ebd1e215b
commit
32ce2be2bf
7 changed files with 29 additions and 24 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue