mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-28 15:06:31 -05:00
core: hid: Fix input regressions
This commit is contained in:
@@ -396,7 +396,7 @@ DriverResult JoyconDriver::SetActiveMode() {
|
||||
|
||||
DriverResult JoyconDriver::SetNfcMode() {
|
||||
std::scoped_lock lock{mutex};
|
||||
motion_enabled = false;
|
||||
motion_enabled = true;
|
||||
hidbus_enabled = false;
|
||||
nfc_enabled = true;
|
||||
passive_enabled = false;
|
||||
|
Reference in New Issue
Block a user