diff options
author | Hexagon12 <Hexagon12@users.noreply.github.com> | 2019-01-30 19:42:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 19:42:15 +0200 |
commit | 35480167b113fb1801460c2870c4b6821a0553d8 (patch) | |
tree | cc78d18592cc5b67f95a324751e5523f1158d183 | |
parent | 92b18345a898d8f373ea7d23050b2c36d3d88103 (diff) | |
parent | 0b594f33447ae7a706a1a8bf5b305bcd17b77c06 (diff) |
Merge pull request #2076 from lioncash/enc
video_core/dma_pusher: Silence C4828 warnings
-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{}; |