From c78eef002a2f168e9a3bbc360d609e1678d5cf86 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Fri, 18 Dec 2009 11:14:06 +0000 Subject: [PATCH] Erwan -reduce Ram used by Kernel threads (PSP). Attempt at minimizing issue 261 --- JGE/src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JGE/src/main.cpp b/JGE/src/main.cpp index b3f4690ee..878690f64 100644 --- a/JGE/src/main.cpp +++ b/JGE/src/main.cpp @@ -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