Skip to content

Instantly share code, notes, and snippets.

@173210
Created August 12, 2014 22:19
Show Gist options
  • Save 173210/bbed524e349b210a28b8 to your computer and use it in GitHub Desktop.
Save 173210/bbed524e349b210a28b8 to your computer and use it in GitHub Desktop.
For WeeLeds' Exploit
#define PRE_LOADER_EXEC { \
int status; \
while((status = sceUtilityOskGetStatus()) != PSP_UTILITY_DIALOG_NONE) { \
if (status == PSP_UTILITY_DIALOG_QUIT) { \
sceUtilityOskShutdownStart(); \
break; \
} \
} \
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment