summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHexagon12 <Hexagon12@users.noreply.github.com>2019-01-30 18:42:15 +0100
committerGitHub <noreply@github.com>2019-01-30 18:42:15 +0100
commit35480167b113fb1801460c2870c4b6821a0553d8 (patch)
treecc78d18592cc5b67f95a324751e5523f1158d183
parentMerge pull request #1485 from FernandoS27/render-info (diff)
parentvideo_core/dma_pusher: Silence C4828 warnings (diff)
downloadyuzu-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
-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:
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{};