mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 22:21:37 +00:00
Update file names
This commit is contained in:
parent
c62090e06a
commit
1bb2638935
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
text_offset = 0xC40FF0
|
text_offset = 0xC40FF0
|
||||||
text_size = 0x1000
|
text_size = 0x1000
|
||||||
text_address = 0x04001000
|
text_address = 0x04001000
|
||||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||||
output_file_path = "rsp/aspMain.cpp"
|
output_file_path = "rsp/aspMain.cpp"
|
||||||
output_function_name = "aspMain"
|
output_function_name = "aspMain"
|
||||||
extra_indirect_branch_targets = [
|
extra_indirect_branch_targets = [
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
text_offset = 0xC438B0
|
text_offset = 0xC438B0
|
||||||
text_size = 0xAF0
|
text_size = 0xAF0
|
||||||
text_address = 0x04001080
|
text_address = 0x04001080
|
||||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||||
output_file_path = "rsp/njpgdspMain.cpp"
|
output_file_path = "rsp/njpgdspMain.cpp"
|
||||||
output_function_name = "njpgdspMain"
|
output_function_name = "njpgdspMain"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ CFLAGS := -target mips -mips2 -mabi=32 -O2 -G0 -mno-abicalls -mno-odd-spreg -m
|
||||||
-fomit-frame-pointer -ffast-math -fno-unsafe-math-optimizations -fno-builtin-memset \
|
-fomit-frame-pointer -ffast-math -fno-unsafe-math-optimizations -fno-builtin-memset \
|
||||||
-Wall -Wextra -Wno-incompatible-library-redeclaration -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-variable -Wno-missing-braces -Wno-unsupported-floating-point-opt
|
-Wall -Wextra -Wno-incompatible-library-redeclaration -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-variable -Wno-missing-braces -Wno-unsupported-floating-point-opt
|
||||||
CPPFLAGS := -nostdinc -D_LANGUAGE_C -DMIPS -I dummy_headers -I ../lib/mm-decomp/include -I ../lib/mm-decomp/src -I ../lib/mm-decomp/assets -I../lib/rt64/include
|
CPPFLAGS := -nostdinc -D_LANGUAGE_C -DMIPS -I dummy_headers -I ../lib/mm-decomp/include -I ../lib/mm-decomp/src -I ../lib/mm-decomp/assets -I../lib/rt64/include
|
||||||
LDFLAGS := -nostdlib -T patches.ld -T syms.ld --just-symbols=../mm.us.rev1.elf --allow-multiple-definition -Map patches.map
|
LDFLAGS := -nostdlib -T patches.ld -T syms.ld --just-symbols=../mm.us.rev1.rom_uncompressed.elf --allow-multiple-definition -Map patches.map
|
||||||
BINFLAGS := -O binary --remove-section=.bss --remove-section=.pad --remove-section=.text
|
BINFLAGS := -O binary --remove-section=.bss --remove-section=.pad --remove-section=.text
|
||||||
|
|
||||||
C_SRCS := $(wildcard *.c)
|
C_SRCS := $(wildcard *.c)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ entrypoint = 0x80080000
|
||||||
output_func_path = "RecompiledFuncs"
|
output_func_path = "RecompiledFuncs"
|
||||||
relocatable_sections_path = "overlays.us.rev1.txt"
|
relocatable_sections_path = "overlays.us.rev1.txt"
|
||||||
symbols_file_path = "us.rev1.syms.toml"
|
symbols_file_path = "us.rev1.syms.toml"
|
||||||
rom_file_path = "mm.us.rev1_uncompressed.z64"
|
rom_file_path = "mm.us.rev1.rom_uncompressed.z64"
|
||||||
|
|
||||||
[patches]
|
[patches]
|
||||||
stubs = [
|
stubs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue