core: hid: Fix input regressions
This commit is contained in:
parent
b40c5ba2c3
commit
8dbef30cb7
6 changed files with 56 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue