early-access version 4152

This commit is contained in:
pineappleEA
2024-02-19 21:02:47 +01:00
parent de246fb424
commit 3e53cdf6d2
68 changed files with 567 additions and 366 deletions

View File

@@ -268,7 +268,9 @@ void JoyconDriver::OnNewData(std::span<u8> buffer) {
}
Common::Input::DriverResult JoyconDriver::SetPollingMode() {
SCOPE_EXIT({ disable_input_thread = false; });
SCOPE_EXIT {
disable_input_thread = false;
};
disable_input_thread = true;
rumble_protocol->EnableRumble(vibration_enabled && supported_features.vibration);