Changes between Initial Version and Version 1 of Ticket #14407, comment 10
- Timestamp:
- Jul 13, 2024, 10:02:12 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14407, comment 10
initial v1 1 1 Do you also get a crash in test programs with these lines added? 2 2 3 {{{ 3 4 // Set the size of the linear heap to allow a larger application heap. 4 5 u32 __ctru_heap_size = 0; 5 6 u32 __ctru_linear_heap_size = 10 * 1024 * 1024; 7 }}} 6 8 7 9 I seem to remember getting a crash with CIA builds when changing the SystemMode option to use more RAM. I wonder if that's related.