mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 09:18:57 -05:00
input_common: Fix issue where ring and irs are enabled at the same time
This commit is contained in:
@ -107,6 +107,7 @@ private:
|
||||
bool starlink_connected{};
|
||||
bool ring_connected{};
|
||||
bool amiibo_detected{};
|
||||
bool is_ring_disabled_by_irs{};
|
||||
|
||||
// Harware configuration
|
||||
u8 leds{};
|
||||
|
Reference in New Issue
Block a user