Skip to content

Commit

Permalink
correct linking
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbo committed Nov 24, 2024
1 parent 7339800 commit 0d21b9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/RMGK01/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2594,8 +2594,8 @@ def JSysLib(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
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")
]
),
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0d21b9a

Please sign in to comment.