mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-16 00:41:17 +00:00
Try 20mB for linear heap instead
This commit is contained in:
parent
9dea6fd071
commit
1017469344
1 changed files with 1 additions and 1 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 = 16 * 1024 * 1024;
|
||||
u32 __ctru_linear_heap_size = 20 * 1024 * 1024;
|
||||
|
||||
extern void Touch_Init();
|
||||
extern void Touch_Update();
|
||||
|
|
Loading…
Reference in a new issue