mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-31 22:56: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();
|
||||
*keys = hidKeysDown(CONTROLLER_P1_AUTO);
|
||||
*keys = hidKeysHeld(CONTROLLER_P1_AUTO);
|
||||
|
||||
return 0x0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue