mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
Update runtime to fix some issues that could happen after mod conflicts
and bump version to 1.2.0-rc4
This commit is contained in:
parent
2b334dedfd
commit
171a5c4362
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 0aa75b98baaef9d23a0d2cf51c8b44fd857c8fe1
|
||||
Subproject commit 327c34db2d3abdb7c682361125fee1a76622486c
|
||||
|
|
@ -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<typename... Ts>
|
||||
void exit_error(const char* str, Ts ...args) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue