mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 11:47:58 -05:00
core: hid: Fix input regressions
This commit is contained in:
@ -55,9 +55,6 @@ DriverResult RingConProtocol::StartRingconPolling() {
|
||||
DriverResult result{DriverResult::Success};
|
||||
SetBlocking();
|
||||
|
||||
if (result == DriverResult::Success) {
|
||||
result = WaitSetMCUMode(ReportMode::STANDARD_FULL_60HZ, MCUMode::Standby);
|
||||
}
|
||||
if (result == DriverResult::Success) {
|
||||
result = IsRingConnected(is_connected);
|
||||
}
|
||||
|
Reference in New Issue
Block a user