early-access version 1481

main
pineappleEA 2021-02-22 06:07:57 +01:00
parent 49a8b96f76
commit d2dfbba8c8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 1480.
This is the source code for early-access 1481.
## Legal Notice

View File

@ -1099,13 +1099,13 @@ void Hid::GetVibrationDeviceInfo(Kernel::HLERequestContext& ctx) {
case Controller_NPad::NpadType::JoyconDual:
case Controller_NPad::NpadType::JoyconLeft:
case Controller_NPad::NpadType::JoyconRight:
default:
vibration_device_info.type = VibrationDeviceType::LinearResonantActuator;
break;
case Controller_NPad::NpadType::GameCube:
vibration_device_info.type = VibrationDeviceType::GcErm;
break;
case Controller_NPad::NpadType::Pokeball:
default:
vibration_device_info.type = VibrationDeviceType::Unknown;
break;
}