Update runtime to add DLL search path, enable strict mode in patch recompilation

This commit is contained in:
Mr-Wiseguy
2024-09-27 00:57:49 -04:00
parent 1e792299c8
commit 806d9bc848
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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