X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fpsp.c;h=8d1134c506b19d5f0c96af8fa7dcc4072b758287;hb=b13a934cb86e271a92ef674eb9f428a8e8060f97;hp=67eb8c6c6edaba0a5c9827a69e95cdd0ba9e62e2;hpb=677b5dd8142b2f98b22a26e4d1757355cba4bdc5;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()