Created
August 12, 2014 22:19
-
-
Save 173210/bbed524e349b210a28b8 to your computer and use it in GitHub Desktop.
For WeeLeds' Exploit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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