X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fpsp.c;h=8d1134c506b19d5f0c96af8fa7dcc4072b758287;hb=bf7e9c611ff2c69d8b798da3cf8c337b69bea709;hp=67eb8c6c6edaba0a5c9827a69e95cdd0ba9e62e2;hpb=960a8e2716349f9a7df6cca9b6e8e6b0724fe7ba;p=libpicofe.git diff --git a/psp/psp.c b/psp/psp.c index 67eb8c6..8d1134c 100644 --- a/psp/psp.c +++ b/psp/psp.c @@ -25,14 +25,14 @@ extern int pico_main(void); #ifndef FW15 -PSP_MODULE_INFO("PicoDrive", 0, 1, 35); +PSP_MODULE_INFO("PicoDrive", 0, 1, 40); PSP_HEAP_SIZE_MAX(); int main() { return pico_main(); } /* just a wrapper */ #else -PSP_MODULE_INFO("PicoDrive", 0x1000, 1, 35); +PSP_MODULE_INFO("PicoDrive", 0x1000, 1, 40); PSP_MAIN_THREAD_ATTR(0); int main()