You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
Add support for crash screen asserts
This commit is contained in:
4
sm64.ld
4
sm64.ld
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user