summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_dma.h
diff options
context:
space:
mode:
authorFengChen <vonchenplus@gmail.com>2022-10-14 16:20:45 +0200
committerFengChen <vonchenplus@gmail.com>2022-10-17 09:35:12 +0200
commit23b6569fc26cd1675737a0ef02d0a82021b4d998 (patch)
treeb9fdc2bbd47ae4cafa9ca8e74e288f3001430f3f /src/video_core/engines/maxwell_dma.h
parentvideo_core: Implement memory manager page kind (diff)
downloadyuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar.gz
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar.bz2
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar.lz
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar.xz
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.tar.zst
yuzu-23b6569fc26cd1675737a0ef02d0a82021b4d998.zip
Diffstat (limited to 'src/video_core/engines/maxwell_dma.h')
-rw-r--r--src/video_core/engines/maxwell_dma.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/engines/maxwell_dma.h b/src/video_core/engines/maxwell_dma.h
index bc48320ce..953e34adc 100644
--- a/src/video_core/engines/maxwell_dma.h
+++ b/src/video_core/engines/maxwell_dma.h
@@ -219,8 +219,6 @@ private:
/// registers.
void Launch();
- void CopyPitchToPitch();
-
void CopyBlockLinearToPitch();
void CopyPitchToBlockLinear();