Browse Source
Merge pull request #2076 from lioncash/enc
video_core/dma_pusher: Silence C4828 warnings
pull/15/merge
Hexagon12
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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{}; |
|
|
|
|