mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
Merge pull request #2148 from frangarcj/master
(Vita) Increase heap size
This commit is contained in:
commit
b84d431324
@ -49,6 +49,7 @@ int scePowerSetArmClockFrequency(int freq);
|
||||
|
||||
#ifdef VITA
|
||||
PSP2_MODULE_INFO(0, 0, "RetroArch");
|
||||
int _newlib_heap_size_user = 64 * 1024 * 1024;
|
||||
#else
|
||||
PSP_MODULE_INFO("RetroArch", 0, 1, 1);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|THREAD_ATTR_VFPU);
|
||||
|
Loading…
x
Reference in New Issue
Block a user