mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-01 09:48:03 -04:00
Implement optional dependencies, fix memory slotmaps, bump version number to 1.2.1-dev
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
||||
|
||||
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
||||
|
||||
const std::string version_string = "1.2.0-dev1.2.1";
|
||||
const std::string version_string = "1.2.1-dev";
|
||||
|
||||
template<typename... Ts>
|
||||
void exit_error(const char* str, Ts ...args) {
|
||||
|
||||
Reference in New Issue
Block a user