From 60b97094b090fccdb66533069154444be8939e32 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 4 Feb 2022 23:48:27 -0600 Subject: [PATCH] [nostalgia] Update README to require C++20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece09a83..49860673 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Prerequisites -* Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem) +* Install GCC, Clang, or Visual Studio with C++20 support * Install [devkitPro](https://devkitpro.org/wiki/Getting_Started) to build for GBA * Install Python 3 * Install Conan