diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-30 18:36:28 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-30 18:36:31 +0100 |
commit | 0b594f33447ae7a706a1a8bf5b305bcd17b77c06 (patch) | |
tree | ac3b6d9dc1c4624d7cf050be4e9e260c899695ed /src/video_core | |
parent | Merge pull request #2070 from ReinUsesLisp/cubearray-view (diff) | |
download | yuzu-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 '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{}; |