diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2019-01-30 18:42:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 18:42:15 +0100 |
commit | 35480167b113fb1801460c2870c4b6821a0553d8 (patch) | |
tree | cc78d18592cc5b67f95a324751e5523f1158d183 /src/video_core | |
parent | Merge pull request #1485 from FernandoS27/render-info (diff) | |
parent | video_core/dma_pusher: Silence C4828 warnings (diff) | |
download | yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.gz yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.bz2 yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.lz yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.xz yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.zst yuzu-35480167b113fb1801460c2870c4b6821a0553d8.zip |
Diffstat (limited to 'src/video_core')
-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 16e0697c4..1097e5c49 100644 --- a/src/video_core/dma_pusher.h +++ b/src/video_core/dma_pusher.h @@ -83,7 +83,7 @@ private: u32 subchannel; ///< Current subchannel u32 method_count; ///< Current method count u32 length_pending; ///< Large NI command length pending - bool non_incrementing; ///< Current command’s NI flag + bool non_incrementing; ///< Current command's NI flag }; DmaState dma_state{}; |