mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 13:37:47 +00:00
GPU: Refactor synchronization on Async GPU
This commit is contained in:
parent
0a62525e65
commit
c689dc6804
11 changed files with 56 additions and 7 deletions
|
@ -156,6 +156,7 @@ public:
|
|||
void CallMethod(const MethodCall& method_call);
|
||||
|
||||
void FlushCommands();
|
||||
void SyncGuestHost();
|
||||
|
||||
/// Returns a reference to the Maxwell3D GPU engine.
|
||||
Engines::Maxwell3D& Maxwell3D();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue