mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-15 00:21:18 +00:00
Increase it..?
This commit is contained in:
parent
1017469344
commit
9d0a62acec
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 = 20 * 1024 * 1024;
|
||||
u32 __ctru_linear_heap_size = 28 * 1024 * 1024;
|
||||
|
||||
extern void Touch_Init();
|
||||
extern void Touch_Update();
|
||||
|
|
Loading…
Reference in a new issue