mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2025-10-05 16:12:49 +02:00
1.2.2 (#652)
* Update RT64 for multimonitor frame pacing issue and bump version number * Add community discord server link to readme * Bump version number to 1.2.2
This commit is contained in:
@@ -3,6 +3,8 @@ Zelda 64: Recompiled is a project that uses [N64: Recompiled](https://github.com
|
||||
|
||||
### [Check out the latest release here](https://github.com/Mr-Wiseguy/Zelda64Recomp/releases/latest).
|
||||
|
||||
Join the [N64: Recompiled Community Discord](https://discord.gg/AWZThJ4dPf) to discuss this and other N64: Recompiled projects!
|
||||
|
||||
### **This repository and its releases do not contain game assets. The original game is required to build or run this project.**
|
||||
|
||||
<div align="left" valign="middle">
|
||||
|
2
lib/rt64
2
lib/rt64
Submodule lib/rt64 updated: b552151c34...23cab603c4
@@ -56,7 +56,7 @@
|
||||
|
||||
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
||||
|
||||
const std::string version_string = "1.2.1";
|
||||
const std::string version_string = "1.2.2";
|
||||
|
||||
template<typename... Ts>
|
||||
void exit_error(const char* str, Ts ...args) {
|
||||
|
Reference in New Issue
Block a user