summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h
diff options
context:
space:
mode:
authorLody <imlody@163.com>2022-02-21 06:11:33 +0100
committerLody <imlody@163.com>2022-03-07 06:46:18 +0100
commit4498908e720e3f9ac1a0247ac76d906e44afefe6 (patch)
treec08f4779458f2afc83afe4fca6b30d052d44cd7e /src/video_core/engines/maxwell_dma.h
parentMerge pull request #7867 from german77/amiibo (diff)
downloadyuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar.gz
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar.bz2
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar.lz
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar.xz
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.tar.zst
yuzu-4498908e720e3f9ac1a0247ac76d906e44afefe6.zip
Diffstat (limited to 'src/video_core/engines/maxwell_dma.h')
-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;