mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-03 16:16:02 +00:00
loader: Actually use hidKeysHeld
This commit is contained in:
parent
2a973b9e16
commit
35167da6dd
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ Result HidManagement::GetKeysDown(u64 *keys) {
|
||||||
}
|
}
|
||||||
|
|
||||||
hidScanInput();
|
hidScanInput();
|
||||||
*keys = hidKeysDown(CONTROLLER_P1_AUTO);
|
*keys = hidKeysHeld(CONTROLLER_P1_AUTO);
|
||||||
|
|
||||||
return 0x0;
|
return 0x0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue