summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h
diff options
context:
space:
mode:
authorFernando S <fsahmkow27@gmail.com>2022-03-07 21:53:38 +0100
committerGitHub <noreply@github.com>2022-03-07 21:53:38 +0100
commit58b52f488482543184670b0542c7e1e122e8163a (patch)
treed50d11c198aafb526b20c3a93646c8aee3aed737 /src/video_core/engines/maxwell_dma.h
parentgl_graphics_pipeline: Improve shader builder synchronization using fences (#7969) (diff)
parentMaxwellDMA: Implement semaphore operations (diff)
downloadyuzu-58b52f488482543184670b0542c7e1e122e8163a.tar
yuzu-58b52f488482543184670b0542c7e1e122e8163a.tar.gz
yuzu-58b52f488482543184670b0542c7e1e122e8163a.tar.bz2
yuzu-58b52f488482543184670b0542c7e1e122e8163a.tar.lz
yuzu-58b52f488482543184670b0542c7e1e122e8163a.tar.xz
yuzu-58b52f488482543184670b0542c7e1e122e8163a.tar.zst
yuzu-58b52f488482543184670b0542c7e1e122e8163a.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/engines/maxwell_dma.h2
1 files changed, 2 insertions, 0 deletions
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;