(Vita) FBA and other big cores no longer seem to work - so change

this back to 192
This commit is contained in:
twinaphex 2016-09-08 03:59:56 +02:00
parent e97b273c94
commit 6a13359f65
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#ifdef VITA
PSP2_MODULE_INFO(0, 0, "RetroArch");
int _newlib_heap_size_user = 168 * 1024 * 1024;
int _newlib_heap_size_user = 192 * 1024 * 1024;
#else
PSP_MODULE_INFO("RetroArch", 0, 1, 1);
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|THREAD_ATTR_VFPU);