mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 11:46:58 -04:00
loader/ams_mitm: Change Down -> Held in API
This commit is contained in:
parent
35167da6dd
commit
51fa778fb2
5 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "ldr_content_management.hpp"
|
||||
#include "ldr_hid.hpp"
|
||||
|
||||
Result HidManagement::GetKeysDown(u64 *keys) {
|
||||
Result HidManagement::GetKeysHeld(u64 *keys) {
|
||||
if (!ContentManagement::HasCreatedTitle(0x0100000000000013)) {
|
||||
return MAKERESULT(Module_Libnx, LibnxError_InitFail_HID);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue