From 4498908e720e3f9ac1a0247ac76d906e44afefe6 Mon Sep 17 00:00:00 2001 From: Lody Date: Mon, 21 Feb 2022 13:11:33 +0800 Subject: MaxwellDMA: Implement semaphore operations --- src/video_core/engines/maxwell_dma.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video_core/engines/maxwell_dma.h') diff --git a/src/video_core/engines/maxwell_dma.h b/src/video_core/engines/maxwell_dma.h index a04514425..2692cac8a 100644 --- a/src/video_core/engines/maxwell_dma.h +++ b/src/video_core/engines/maxwell_dma.h @@ -224,6 +224,8 @@ private: void FastCopyBlockLinearToPitch(); + void ReleaseSemaphore(); + Core::System& system; MemoryManager& memory_manager; -- cgit v1.2.3