Increase it..?

This commit is contained in:
Ian 2023-01-12 18:27:59 -05:00 committed by GitHub
parent 1017469344
commit 9d0a62acec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();