mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 12:43:42 +00:00 
			
		
		
		
	Merge pull request #1658 from ogniK5377/holdtype-style
Updated npad styles on holdtype switches
This commit is contained in:
		
						commit
						0e05a9d58f
					
				@ -392,8 +392,10 @@ std::size_t Controller_NPad::GetSupportedNPadIdTypesSize() const {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Controller_NPad::SetHoldType(NpadHoldType joy_hold_type) {
 | 
			
		||||
    styleset_changed_event->Signal();
 | 
			
		||||
    hold_type = joy_hold_type;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
Controller_NPad::NpadHoldType Controller_NPad::GetHoldType() const {
 | 
			
		||||
    return hold_type;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user