Skip to content

Commit

Permalink
disable vshctrl in recovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Oct 10, 2024
1 parent 811b925 commit 9d553a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/vshctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ int module_start(SceSize args, void* argp)
ark_config = sctrlHENGetArkConfig(NULL);
se_config = sctrlSEGetConfig(NULL);

if (ark_config->recovery) return 0;

vshpatch_init();
load_server_file();

Expand Down

0 comments on commit 9d553a4

Please sign in to comment.