early-access version 1481
This commit is contained in:
parent
49a8b96f76
commit
d2dfbba8c8
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1480.
|
This is the source code for early-access 1481.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -1099,13 +1099,13 @@ void Hid::GetVibrationDeviceInfo(Kernel::HLERequestContext& ctx) {
|
||||||
case Controller_NPad::NpadType::JoyconDual:
|
case Controller_NPad::NpadType::JoyconDual:
|
||||||
case Controller_NPad::NpadType::JoyconLeft:
|
case Controller_NPad::NpadType::JoyconLeft:
|
||||||
case Controller_NPad::NpadType::JoyconRight:
|
case Controller_NPad::NpadType::JoyconRight:
|
||||||
|
default:
|
||||||
vibration_device_info.type = VibrationDeviceType::LinearResonantActuator;
|
vibration_device_info.type = VibrationDeviceType::LinearResonantActuator;
|
||||||
break;
|
break;
|
||||||
case Controller_NPad::NpadType::GameCube:
|
case Controller_NPad::NpadType::GameCube:
|
||||||
vibration_device_info.type = VibrationDeviceType::GcErm;
|
vibration_device_info.type = VibrationDeviceType::GcErm;
|
||||||
break;
|
break;
|
||||||
case Controller_NPad::NpadType::Pokeball:
|
case Controller_NPad::NpadType::Pokeball:
|
||||||
default:
|
|
||||||
vibration_device_info.type = VibrationDeviceType::Unknown;
|
vibration_device_info.type = VibrationDeviceType::Unknown;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue