Add support for crash screen asserts

This commit is contained in:
a
2025-07-04 17:06:21 -04:00
parent 9f47426ba8
commit e4dcef00df
4 changed files with 20 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ OUTPUT_ARCH (mips)
#include "config.h"
#include "ld.h"
EXTERN(assertMsg);
SECTIONS
{
__romPos = 0;
@@ -52,7 +54,7 @@ SECTIONS
AUDIO_DIR*.o(.text);
ULTRA_BUILD_DIR/libgultra_rom.a:*.o(.text);
BUILD_DIR/src/audio/external.o(.text);
BUILD_DIR/n64-libc.a:*.o(.text);
BUILD_DIR/n64-libc.a:*.o(.text*);
BUILD_DIR/libpl2.a:*.o(.text);
BUILD_DIR/lib/rsp.o(.text);