From 171a5c4362ccf159af1b289509595bacf7e3bd8f Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Fri, 2 May 2025 15:08:48 -0400 Subject: [PATCH] Update runtime to fix some issues that could happen after mod conflicts and bump version to 1.2.0-rc4 --- lib/N64ModernRuntime | 2 +- src/main/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/N64ModernRuntime b/lib/N64ModernRuntime index 0aa75b9..327c34d 160000 --- a/lib/N64ModernRuntime +++ b/lib/N64ModernRuntime @@ -1 +1 @@ -Subproject commit 0aa75b98baaef9d23a0d2cf51c8b44fd857c8fe1 +Subproject commit 327c34db2d3abdb7c682361125fee1a76622486c diff --git a/src/main/main.cpp b/src/main/main.cpp index 3c2f321..dcab235 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -48,7 +48,7 @@ #include "../../lib/rt64/src/contrib/stb/stb_image.h" -const std::string version_string = "1.2.0-rc3"; +const std::string version_string = "1.2.0-rc4"; template void exit_error(const char* str, Ts ...args) {