mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-02 10:10:48 -04:00
Update runtime to fix regenerated functions using the wrong event index and bump version to 1.2.0-rc5
This commit is contained in:
+1
-1
Submodule lib/N64ModernRuntime updated: 327c34db2d...c5e268aa0f
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
||||
|
||||
const std::string version_string = "1.2.0-rc4";
|
||||
const std::string version_string = "1.2.0-rc5";
|
||||
|
||||
template<typename... Ts>
|
||||
void exit_error(const char* str, Ts ...args) {
|
||||
|
||||
Reference in New Issue
Block a user