Skip to content

Commit

Permalink
3DS: Fix crash by increasing linear heap memory
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed Mar 30, 2024
1 parent 4bdfb75 commit 048372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/3ds/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/* 8 MB required for booting and need extra linear memory for the sound
* effect cache and frame buffers
*/
u32 __ctru_linear_heap_size = 12*1024*1024;
u32 __ctru_linear_heap_size = 22*1024*1024;

namespace {
u32 old_time_limit;
Expand Down

0 comments on commit 048372c

Please sign in to comment.