mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Pica: Correct switched S/T texture wrapping registers
This was found and hwtested by Lectem
This commit is contained in:
		
							parent
							
								
									74b8c5947b
								
							
						
					
					
						commit
						ae985bf500
					
				@ -132,8 +132,8 @@ struct Regs {
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        union {
 | 
			
		||||
            BitField< 8, 2, WrapMode> wrap_s;
 | 
			
		||||
            BitField<12, 2, WrapMode> wrap_t;
 | 
			
		||||
            BitField< 8, 2, WrapMode> wrap_t;
 | 
			
		||||
            BitField<12, 2, WrapMode> wrap_s;
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        INSERT_PADDING_WORDS(0x1);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user