1
0
Fork 0
forked from eden-emu/eden

input_common: Fix issue where ring and irs are enabled at the same time

This commit is contained in:
german77 2023-01-02 22:11:03 -06:00 committed by Narr the Reg
parent 91f98f57b3
commit 4b7ad51ce3
4 changed files with 24 additions and 15 deletions

View file

@ -107,6 +107,7 @@ private:
bool starlink_connected{};
bool ring_connected{};
bool amiibo_detected{};
bool is_ring_disabled_by_irs{};
// Harware configuration
u8 leds{};