loader: Actually use hidKeysHeld
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user