From 20224521b0933caadd6901c4c1ff1527e9b1d497 Mon Sep 17 00:00:00 2001 From: Alex Duchesne Date: Sun, 18 Sep 2022 12:58:35 -0400 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4087ae9..c9678884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# Retro-Go 1.34 (2022-09-??) +# Retro-Go 1.34 (2022-09-18) - SNES: Fixed crash when opening menu - NES: Implemented mapper 185 - PCE: Fixed crash when quitting emulator - PCE: Improved stability and compatibility +- GBC: Fixed Resident Evil Gaiden not showing test (thanks to ddrsoul) - All: Improved SD Card compatibility diff --git a/README.md b/README.md index de3c7ff6..d2074520 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ Some emulators support loading a BIOS. The files should be placed as follows: # Building Retro-Go ## Prerequisites -You will need a working installation of esp-idf [4.0.x](https://docs.espressif.com/projects/esp-idf/en/release-v4.0/get-started/index.html#get-started-get-prerequisites) or [4.1.x](https://docs.espressif.com/projects/esp-idf/en/release-v4.1/get-started/index.html#get-started-get-prerequisites) and only the CMake (default) build system is supported. +You will need a working installation of esp-idf [4.1](https://docs.espressif.com/projects/esp-idf/en/release-v4.1/get-started/index.html#get-started-get-prerequisites) or superior. Esp-idf 5.0 is not currently supported but we are working on it! -_Note: Versions 4.2 and 4.3 will also work but there are unresolved performance issues at this time._ +_Note: Official builds use 4.1.2. Versions 4.2, 4.3, and 4.4 have unresolved performance issues at this time._ ### ESP-IDF Patches Patching esp-idf may be required for full functionality. Patches are located in `tools/patches` and can be applied to your global esp-idf installation, they will not break your other projects/devices.