Changes between Initial Version and Version 1 of Ticket #14407, comment 10


Ignore:
Timestamp:
Jul 13, 2024, 10:02:12 PM (4 months ago)
Author:
ccawley2011

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14407, comment 10

    initial v1  
    11Do you also get a crash in test programs with these lines added?
    22
     3{{{
    34// Set the size of the linear heap to allow a larger application heap.
    45u32 __ctru_heap_size        = 0;
    56u32 __ctru_linear_heap_size = 10 * 1024 * 1024;
     7}}}
    68
    79I seem to remember getting a crash with CIA builds when changing the SystemMode option to use more RAM. I wonder if that's related.