summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
authorMarkus Wick <markus@selfnet.de>2019-02-19 10:26:58 +0100
committerMarkus Wick <markus@selfnet.de>2019-02-19 10:28:42 +0100
commit6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116 (patch)
treef13452d784190c570118f6bb22dec6ea91c6012a /src/video_core/dma_pusher.h
parentvideo_core/dma_pusher: The full list of headers at once. (diff)
downloadyuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar.gz
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar.bz2
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar.lz
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar.xz
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.tar.zst
yuzu-6dd40976d0eb39e9b4ac2cb7e3b78fe0a4bf0116.zip
Diffstat (limited to 'src/video_core/dma_pusher.h')
-rw-r--r--src/video_core/dma_pusher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h
index 14b23b1d7..27a36348c 100644
--- a/src/video_core/dma_pusher.h
+++ b/src/video_core/dma_pusher.h
@@ -91,11 +91,8 @@ private:
DmaState dma_state{};
bool dma_increment_once{};
- GPUVAddr dma_put{}; ///< pushbuffer current end address
- GPUVAddr dma_get{}; ///< pushbuffer current read address
GPUVAddr dma_mget{}; ///< main pushbuffer last read address
bool ib_enable{true}; ///< IB mode enabled
- bool non_main{}; ///< non-main pushbuffer active
};
} // namespace Tegra