mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-03-03 01:41:20 +00: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:
parent
171a5c4362
commit
0009343d36
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 327c34db2d3abdb7c682361125fee1a76622486c
|
||||
Subproject commit c5e268aa0f71cf06a10a001da981dc3e02e7dff0
|
||||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue