mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Remove option in patches toml that doesn't exist
This commit is contained in:
parent
c6b11f8379
commit
c9128b6da2
1 changed files with 0 additions and 2 deletions
|
|
@ -7,8 +7,6 @@ output_func_path = "RecompiledPatches"
|
||||||
single_file_output = true
|
single_file_output = true
|
||||||
# Allow absolute symbols to be used as jump targets.
|
# Allow absolute symbols to be used as jump targets.
|
||||||
use_absolute_symbols = true
|
use_absolute_symbols = true
|
||||||
# Emit R_MIPS_32 relocations so they can be populated when loading the patch overlay.
|
|
||||||
emit_mips_32_relocs = true
|
|
||||||
# Point the recompiler at the symbol files so that it can resolve relocations during recompilation.
|
# Point the recompiler at the symbol files so that it can resolve relocations during recompilation.
|
||||||
func_reference_syms_file = "Zelda64RecompSyms/mm.us.rev1.syms.toml"
|
func_reference_syms_file = "Zelda64RecompSyms/mm.us.rev1.syms.toml"
|
||||||
data_reference_syms_files = [ "Zelda64RecompSyms/mm.us.rev1.datasyms.toml", "Zelda64RecompSyms/mm.us.rev1.datasyms_static.toml" ]
|
data_reference_syms_files = [ "Zelda64RecompSyms/mm.us.rev1.datasyms.toml", "Zelda64RecompSyms/mm.us.rev1.datasyms_static.toml" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue