mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	core: hid: Remove driver errors from log
This commit is contained in:
		
							parent
							
								
									da225d4aa1
								
							
						
					
					
						commit
						56721517ea
					
				| @ -174,9 +174,13 @@ void EmulatedController::LoadDevices() { | |||||||
|     // Only map virtual devices to the first controller
 |     // Only map virtual devices to the first controller
 | ||||||
|     if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) { |     if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) { | ||||||
|         camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"}; |         camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"}; | ||||||
|         ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"}; |  | ||||||
|         nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc:1"}; |         nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc:1"}; | ||||||
|  | #ifdef HAVE_LIBUSB | ||||||
|  |         ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"}; | ||||||
|  | #endif | ||||||
|  | #ifdef ANDROID | ||||||
|         android_params = Common::ParamPackage{"engine:android,port:100"}; |         android_params = Common::ParamPackage{"engine:android,port:100"}; | ||||||
|  | #endif | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     output_params[LeftIndex] = left_joycon; |     output_params[LeftIndex] = left_joycon; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user