diff options
| author | 2023-10-02 18:03:05 -0400 | |
|---|---|---|
| committer | 2023-10-02 18:03:05 -0400 | |
| commit | 0448eb6f0f60a1ac66565aacd378cf61f820487a (patch) | |
| tree | 3c0a84a306b6b85f9bcd22a6b8b29cb306b9a852 /src/video_core/dma_pusher.h | |
| parent | Merge pull request #11652 from liamwhite/shutdown-goes-brrr (diff) | |
| download | yuzu-0448eb6f0f60a1ac66565aacd378cf61f820487a.tar.gz yuzu-0448eb6f0f60a1ac66565aacd378cf61f820487a.tar.xz yuzu-0448eb6f0f60a1ac66565aacd378cf61f820487a.zip | |
ci: fix new codespell errors
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 c9fab2d90..e46a8fa5c 100644 --- a/src/video_core/dma_pusher.h +++ b/src/video_core/dma_pusher.h | |||
| @@ -161,7 +161,7 @@ private: | |||
| 161 | u32 method_count; ///< Current method count | 161 | u32 method_count; ///< Current method count |
| 162 | u32 length_pending; ///< Large NI command length pending | 162 | u32 length_pending; ///< Large NI command length pending |
| 163 | GPUVAddr dma_get; ///< Currently read segment | 163 | GPUVAddr dma_get; ///< Currently read segment |
| 164 | u64 dma_word_offset; ///< Current word ofset from address | 164 | u64 dma_word_offset; ///< Current word offset from address |
| 165 | bool non_incrementing; ///< Current command's NI flag | 165 | bool non_incrementing; ///< Current command's NI flag |
| 166 | bool is_last_call; | 166 | bool is_last_call; |
| 167 | }; | 167 | }; |