-reduce Ram used by Kernel threads (PSP). Attempt at minimizing issue 261
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-18 11:14:06 +00:00
parent edd83ea2e1
commit c78eef002a

View File

@@ -29,7 +29,9 @@
#ifdef DEVHOOK
PSP_MODULE_INFO(JGEApp_Title, 0, 1, 1);
PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER);
PSP_HEAP_SIZE_KB(-2048);
//256 is not enough for the network to correctly start,
// let's find an appropriate value the day JGE has working network
PSP_HEAP_SIZE_KB(-256);
#else