mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	HID: zero unused PadState bits
This commit is contained in:
		
							parent
							
								
									343bbfdabc
								
							
						
					
					
						commit
						599de29ea3
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ namespace Service {
 | 
			
		|||
namespace IR {
 | 
			
		||||
 | 
			
		||||
union PadState {
 | 
			
		||||
    u32_le hex;
 | 
			
		||||
    u32_le hex{};
 | 
			
		||||
 | 
			
		||||
    BitField<14, 1, u32_le> zl;
 | 
			
		||||
    BitField<15, 1, u32_le> zr;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue