diff options
| author | 2022-03-05 08:01:13 +0100 | |
|---|---|---|
| committer | 2023-01-01 16:43:57 -0500 | |
| commit | c541559767c3912940ee3d73a122530b3edde9f1 (patch) | |
| tree | 9924302d2b8e383ce8824ccc219da42417bbc6d4 /src/video_core/dma_pusher.h | |
| parent | MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect. (diff) | |
| download | yuzu-c541559767c3912940ee3d73a122530b3edde9f1.tar.gz yuzu-c541559767c3912940ee3d73a122530b3edde9f1.tar.xz yuzu-c541559767c3912940ee3d73a122530b3edde9f1.zip | |
MacroHLE: Refactor MacroHLE system.
Diffstat (limited to 'src/video_core/dma_pusher.h')
| -rw-r--r-- | src/video_core/dma_pusher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h index da7728ded..1cdb690ed 100644 --- a/src/video_core/dma_pusher.h +++ b/src/video_core/dma_pusher.h | |||
| @@ -157,7 +157,7 @@ private: | |||
| 157 | u32 method_count; ///< Current method count | 157 | u32 method_count; ///< Current method count |
| 158 | u32 length_pending; ///< Large NI command length pending | 158 | u32 length_pending; ///< Large NI command length pending |
| 159 | GPUVAddr dma_get; ///< Currently read segment | 159 | GPUVAddr dma_get; ///< Currently read segment |
| 160 | u32 dma_word_offset; ///< Current word ofset from address | 160 | u64 dma_word_offset; ///< Current word ofset from address |
| 161 | bool non_incrementing; ///< Current command's NI flag | 161 | bool non_incrementing; ///< Current command's NI flag |
| 162 | bool is_last_call; | 162 | bool is_last_call; |
| 163 | }; | 163 | }; |