From 56a92bdb02039b448d30597bb8a2e8431de0a431 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Wed, 9 Jun 2021 09:43:34 +0200 Subject: [PATCH] early-access version 1769 --- README.md | 2 +- src/common/fs/path_util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3698f67a..d8d6a3ed4 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1768. +This is the source code for early-access 1769. ## Legal Notice diff --git a/src/common/fs/path_util.h b/src/common/fs/path_util.h index 14e8c35d7..f956ac9a2 100755 --- a/src/common/fs/path_util.h +++ b/src/common/fs/path_util.h @@ -209,7 +209,7 @@ void SetYuzuPath(YuzuPath yuzu_path, const std::filesystem::path& new_path); #ifdef _WIN32 template -[[nodiscard]] void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) { +void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) { if constexpr (IsChar) { SetYuzuPath(yuzu_path, ToU8String(new_path)); } else {