From c9128b6da263e79c5bbaff6e27d1b021394c5e07 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 29 Jun 2024 10:37:28 -0400 Subject: [PATCH] Remove option in patches toml that doesn't exist --- patches.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/patches.toml b/patches.toml index fa351ca..3133e63 100644 --- a/patches.toml +++ b/patches.toml @@ -7,8 +7,6 @@ output_func_path = "RecompiledPatches" single_file_output = true # Allow absolute symbols to be used as jump targets. 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. 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" ]