MaxwellDMA: Implement semaphore operations

This commit is contained in:
Lody 2022-02-21 13:11:33 +08:00
parent 5e81f38950
commit 3ec2e46e15
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;