mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 07:33:43 +00:00 
			
		
		
		
	Merge pull request #2076 from lioncash/enc
video_core/dma_pusher: Silence C4828 warnings
This commit is contained in:
		
						commit
						35480167b1
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user