diff options
| author | 2019-01-30 19:42:15 +0200 | |
|---|---|---|
| committer | 2019-01-30 19:42:15 +0200 | |
| commit | 35480167b113fb1801460c2870c4b6821a0553d8 (patch) | |
| tree | cc78d18592cc5b67f95a324751e5523f1158d183 /src | |
| parent | Merge pull request #1485 from FernandoS27/render-info (diff) | |
| parent | video_core/dma_pusher: Silence C4828 warnings (diff) | |
| download | yuzu-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.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: | |||
| 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 command’s NI flag | 86 | bool non_incrementing; ///< Current command's NI flag |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
| 89 | DmaState dma_state{}; | 89 | DmaState dma_state{}; |