diff --git a/stratosphere/loader/source/ldr_hid.cpp b/stratosphere/loader/source/ldr_hid.cpp index 091491b31..9c580161e 100644 --- a/stratosphere/loader/source/ldr_hid.cpp +++ b/stratosphere/loader/source/ldr_hid.cpp @@ -30,7 +30,7 @@ Result HidManagement::GetKeysDown(u64 *keys) { } hidScanInput(); - *keys = hidKeysDown(CONTROLLER_P1_AUTO); + *keys = hidKeysHeld(CONTROLLER_P1_AUTO); return 0x0; -} \ No newline at end of file +}