correct linking

This commit is contained in:
shibbo 2024-11-23 19:42:08 -05:00
parent 7339800a8c
commit 0d21b9a05a
4 changed files with 4 additions and 4 deletions

View File

@ -149,10 +149,10 @@ nw4r/lyt/lyt_common.cpp:
.text start:0x800156F8 end:0x800161D0
.sdata2 start:0x806B7D28 end:0x806B7D30
RVL_SDK/os/__start.c:
RVL_SDK/os/init/__start.c:
.init start:0x80004000 end:0x800042E0
RVL_SDK/os/__ppc_eabi_init.cpp:
RVL_SDK/os/init/__ppc_eabi_init.cpp:
.init start:0x800042E0 end:0x80004338
Game/Animation/AnmPlayer.cpp:

View File

@ -2594,8 +2594,8 @@ config.libs = [
Object(NonMatching, "RVL_SDK/os/OSNandbootInfo.c"),
Object(NonMatching, "RVL_SDK/os/OSPlayTime.c"),
Object(NonMatching, "RVL_SDK/os/OSLaunch.c"),
Object(NonMatching, "RVL_SDK/os/__start.c"),
Object(NonMatching, "RVL_SDK/os/__ppc_eabi_init.cpp"),
Object(NonMatching, "RVL_SDK/os/init/__start.c"),
Object(NonMatching, "RVL_SDK/os/init/__ppc_eabi_init.cpp"),
Object(NonMatching, "RVL_SDK/os/__ppc_eabi_init.c")
]
),