mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	Merge pull request #7518 from german77/is_npad_valid
core/hid: Add missing controller type
This commit is contained in:
		
						commit
						fae07919af
					
				@ -882,6 +882,8 @@ bool EmulatedController::IsControllerSupported() const {
 | 
			
		||||
    switch (npad_type) {
 | 
			
		||||
    case NpadStyleIndex::ProController:
 | 
			
		||||
        return supported_style_tag.fullkey;
 | 
			
		||||
    case NpadStyleIndex::Handheld:
 | 
			
		||||
        return supported_style_tag.handheld;
 | 
			
		||||
    case NpadStyleIndex::JoyconDual:
 | 
			
		||||
        return supported_style_tag.joycon_dual;
 | 
			
		||||
    case NpadStyleIndex::JoyconLeft:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user