mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +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();
|
hidScanInput();
|
||||||
*keys = hidKeysDown(CONTROLLER_P1_AUTO);
|
*keys = hidKeysHeld(CONTROLLER_P1_AUTO);
|
||||||
|
|
||||||
return 0x0;
|
return 0x0;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user