summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-01-30 18:36:28 +0100
committerLioncash <mathew1800@gmail.com>2019-01-30 18:36:31 +0100
commit0b594f33447ae7a706a1a8bf5b305bcd17b77c06 (patch)
treeac3b6d9dc1c4624d7cf050be4e9e260c899695ed /src/video_core/dma_pusher.h
parentMerge pull request #2070 from ReinUsesLisp/cubearray-view (diff)
downloadyuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar.gz
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar.bz2
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar.lz
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar.xz
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.tar.zst
yuzu-0b594f33447ae7a706a1a8bf5b305bcd17b77c06.zip
Diffstat (limited to '')
-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{};