mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(VITA) Reduce Heap Memory
This commit is contained in:
parent
f58676c5ad
commit
3be1785ed6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ int scePowerSetArmClockFrequency(int freq);
|
|||
|
||||
#ifdef VITA
|
||||
PSP2_MODULE_INFO(0, 0, "RetroArch");
|
||||
int _newlib_heap_size_user = 192 * 1024 * 1024;
|
||||
int _newlib_heap_size_user = 168 * 1024 * 1024;
|
||||
#else
|
||||
PSP_MODULE_INFO("RetroArch", 0, 1, 1);
|
||||
PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER|THREAD_ATTR_VFPU);
|
||||
|
|
Loading…
Add table
Reference in a new issue