mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-05 06:22:45 +01:00
video_core/dma_pusher: Silence C4828 warnings
This was previously causing: warning C4828: The file contains a character starting at offset 0xa33 that is illegal in the current source character set (codepage 65001). warnings on Windows when compiling yuzu.
This commit is contained in:
parent
3c3d9afd61
commit
0b594f3344
1 changed files with 1 additions and 1 deletions
|
@ -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{};
|
||||
|
|
Loading…
Reference in a new issue