mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-25 23:35:35 -04:00
Update runtime to add DLL search path, enable strict mode in patch recompilation
This commit is contained in:
+1
-1
Submodule lib/N64ModernRuntime updated: 356b9f901e...46797d6cad
@@ -16,3 +16,5 @@ output_binary_path = "patches/patches.bin"
|
||||
unpaired_lo16_warnings = false
|
||||
# Allow exporting functions and events for mods to use.
|
||||
allow_exports = true
|
||||
# # Enable strict patch mode, validates that patched symbols exist and that non-patch functions aren't symbols.
|
||||
strict_patch_mode = true
|
||||
|
||||
Reference in New Issue
Block a user