summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Hexagon122019-01-30 19:42:15 +0200
committerGravatar GitHub2019-01-30 19:42:15 +0200
commit35480167b113fb1801460c2870c4b6821a0553d8 (patch)
treecc78d18592cc5b67f95a324751e5523f1158d183 /src
parentMerge pull request #1485 from FernandoS27/render-info (diff)
parentvideo_core/dma_pusher: Silence C4828 warnings (diff)
downloadyuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.gz
yuzu-35480167b113fb1801460c2870c4b6821a0553d8.tar.xz
yuzu-35480167b113fb1801460c2870c4b6821a0553d8.zip
Merge pull request #2076 from lioncash/enc
video_core/dma_pusher: Silence C4828 warnings
Diffstat (limited to 'src')
-rw-r--r--src/video_core/dma_pusher.h2
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:
83 u32 subchannel; ///< Current subchannel 83 u32 subchannel; ///< Current subchannel
84 u32 method_count; ///< Current method count 84 u32 method_count; ///< Current method count
85 u32 length_pending; ///< Large NI command length pending 85 u32 length_pending; ///< Large NI command length pending
86 bool non_incrementing; ///< Current commands NI flag 86 bool non_incrementing; ///< Current command's NI flag
87 }; 87 };
88 88
89 DmaState dma_state{}; 89 DmaState dma_state{};