loader/ams_mitm: Change Down -> Held in API

This commit is contained in:
Michael Scire 2019-03-15 21:28:38 -07:00
parent 35167da6dd
commit 51fa778fb2
5 changed files with 6 additions and 6 deletions

View file

@ -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);
}