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 459fb2b213
commit d05ea2f3eb
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{};