mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Fifo: rewrite sync on idle skipping hack
Now it's done without a busy loop
This commit is contained in:
parent
9bdaa00e2d
commit
b020ae1c5d
10 changed files with 30 additions and 39 deletions
|
@ -17,7 +17,6 @@ namespace CommandProcessor
|
|||
|
||||
extern SCPFifoStruct fifo; //This one is shared between gfx thread and emulator thread.
|
||||
|
||||
extern volatile bool isPossibleWaitingSetDrawDone; //This one is used for sync gfx thread and emulator thread.
|
||||
extern volatile bool interruptSet;
|
||||
extern volatile bool interruptWaiting;
|
||||
extern volatile bool interruptTokenWaiting;
|
||||
|
@ -145,7 +144,6 @@ void UpdateInterruptsFromVideoBackend(u64 userdata);
|
|||
void SetCpClearRegister();
|
||||
void SetCpControlRegister();
|
||||
void SetCpStatusRegister();
|
||||
void ProcessFifoAllDistance();
|
||||
void ProcessFifoEvents();
|
||||
|
||||
void Update();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue