mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-27 19:27:03 +02:00
VideoCore: Refactor syncing.
This commit is contained in:
parent
95059af14c
commit
a6425c97e4
44 changed files with 648 additions and 252 deletions
|
|
@ -141,7 +141,6 @@ private:
|
|||
void ProcessSemaphoreAcquire();
|
||||
void ProcessSemaphoreRelease();
|
||||
void ProcessSemaphoreTriggerMethod();
|
||||
void ProcessWaitForInterruptMethod();
|
||||
[[nodiscard]] bool ExecuteMethodOnEngine(u32 method);
|
||||
|
||||
/// Mapping of command subchannels to their bound engine ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue