mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 20:55:45 +00:00
DmaPusher: Remove dead code in step
This commit is contained in:
parent
738e2cca7c
commit
67d7c0f45e
2 changed files with 1 additions and 9 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue