summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-05-16 04:42:27 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-05-16 04:42:27 +0200
commit4b9504028d180bc10f2ffb376668ef78852b84c1 (patch)
tree433e987e31db39ed9eadbcd4b39afe464774239c /src/video_core/dma_pusher.h
parentMerge pull request #3942 from ReinUsesLisp/flush-and-invalidate (diff)
downloadyuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar.gz
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar.bz2
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar.lz
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar.xz
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.tar.zst
yuzu-4b9504028d180bc10f2ffb376668ef78852b84c1.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/dma_pusher.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h
index e8b714e94..efa90d170 100644
--- a/src/video_core/dma_pusher.h
+++ b/src/video_core/dma_pusher.h
@@ -102,7 +102,6 @@ private:
DmaState dma_state{};
bool dma_increment_once{};
- GPUVAddr dma_mget{}; ///< main pushbuffer last read address
bool ib_enable{true}; ///< IB mode enabled
std::array<Tegra::Engines::EngineInterface*, max_subchannels> subchannels{};