From 5dc260f35aef040253bd20f9d1cdece2630e5c34 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Fri, 27 Sep 2024 00:57:49 -0400 Subject: [PATCH] Update runtime to add DLL search path, enable strict mode in patch recompilation --- lib/N64ModernRuntime | 2 +- patches.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/N64ModernRuntime b/lib/N64ModernRuntime index 356b9f9..46797d6 160000 --- a/lib/N64ModernRuntime +++ b/lib/N64ModernRuntime @@ -1 +1 @@ -Subproject commit 356b9f901e65dcde3b7368116f5a7e84087b07ef +Subproject commit 46797d6cadca6ff78377e7065d073a176d988025 diff --git a/patches.toml b/patches.toml index 2206f23..38910ee 100644 --- a/patches.toml +++ b/patches.toml @@ -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