Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ggf906 committed Oct 23, 2017
1 parent d99c680 commit 3d02fa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <psp2kern/io/dirent.h>
#include <psp2kern/io/fcntl.h>
#include <psp2kern/io/stat.h>
#include <psp2kern/registrymgr.h>
#include <stdio.h>
#include <string.h>

Expand Down Expand Up @@ -201,7 +200,7 @@ static SceUID _ksceKernelLaunchAppPatched(void *args)
debugPrintf("flags: 0x%lx\n", flags);
debugPrintf("path: %s\n", path);

ksceRegMgrSetKeyInt("CONFIG/PSM", "revocation_check_req", 0); //set revocation_check_req to 0.
ksceRegMgrSetKeyInt("/CONFIG/PSM/", "revocation_check_req", 0); //set revocation_check_req to 0.

snprintf(license_path, sizeof(license_path) - 1, "ux0:psm/%s/RO/License", titleid);
debugPrintf("license_path: %s\n", license_path);
Expand Down

0 comments on commit 3d02fa3

Please sign in to comment.