From d9aecefe93a3790a1034ebcc6c6ef990f54309c3 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Thu, 2 Sep 2021 03:34:09 +0200 Subject: [PATCH] early-access version 2029 --- README.md | 2 +- src/common/logging/backend.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e23a170..1fa9f423b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2028. +This is the source code for early-access 2029. ## Legal Notice diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 949384fd3..e40d117d6 100755 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -18,6 +18,7 @@ #include "common/fs/fs_paths.h" #include "common/fs/path_util.h" #include "common/literals.h" +#include "common/thread.h" #include "common/logging/backend.h" #include "common/logging/log.h"