diff options
| author | David Marcec <dmarcecguzman@gmail.com> | 2020-05-16 12:42:27 +1000 |
|---|---|---|
| committer | David Marcec <dmarcecguzman@gmail.com> | 2020-05-16 12:42:27 +1000 |
| commit | 4b9504028d180bc10f2ffb376668ef78852b84c1 (patch) | |
| tree | 433e987e31db39ed9eadbcd4b39afe464774239c /src/video_core/dma_pusher.h | |
| parent | 55c0dd1cb38b998476ddca8e150cb86133d013d8 (diff) | |
DmaPusher: Remove dead code in step
Diffstat (limited to 'src/video_core/dma_pusher.h')
| -rw-r--r-- | src/video_core/dma_pusher.h | 1 |
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{}; |
