mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 03:27:49 +01:00
loader: Actually use hidKeysHeld
This commit is contained in:
parent
2a973b9e16
commit
35167da6dd
@ -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 New Issue
Block a user