mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-22 12:01:11 +00:00
Decrease libctru's linear memory heap
This commit is contained in:
parent
ac56f0b765
commit
9dea6fd071
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define TICKS_PER_SEC 268123480.0
|
||||
|
||||
int __stacksize__ = 4 * 1024 * 1024;
|
||||
u32 __ctru_linear_heap_size = 24 * 1024 * 1024;
|
||||
u32 __ctru_linear_heap_size = 16 * 1024 * 1024;
|
||||
|
||||
extern void Touch_Init();
|
||||
extern void Touch_Update();
|
||||
|
|
Loading…
Reference in a new issue