Update code

This commit is contained in:
Li 2024-02-24 21:16:49 +13:00
parent 1d00a1f96f
commit 949e8fb375
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ int ResetCmd20Input() {
int GetLastCmd20Input(char* cmd20_input) {
ksceKernelMemcpyKernelToUser(cmd20_input, (const void*)LAST_CAPTURED_CMD20_INPUT, sizeof(LAST_CAPTURED_CMD20_INPUT));
return 0;
}