MaxwellDMA: Implement semaphore operations

This commit is contained in:
Lody
2022-02-21 13:11:33 +08:00
parent 2984695265
commit 4498908e72
2 changed files with 21 additions and 1 deletions

View File

@ -224,6 +224,8 @@ private:
void FastCopyBlockLinearToPitch();
void ReleaseSemaphore();
Core::System& system;
MemoryManager& memory_manager;