mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-27 19:29:13 +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
|
@ -39,7 +39,7 @@ static u32 InterpretDisplayList(u32 address, u32 size)
|
|||
{
|
||||
u8* startAddress;
|
||||
|
||||
if (Fifo::g_use_deterministic_gpu_thread)
|
||||
if (Fifo::UseDeterministicGPUThread())
|
||||
startAddress = (u8*)Fifo::PopFifoAuxBuffer(size);
|
||||
else
|
||||
startAddress = Memory::GetPointer(address);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue