Skip to content

Commit 2022452

Browse files
committed
Updated CHANGELOG
1 parent 4855048 commit 2022452

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Retro-Go 1.34 (2022-09-??)
1+
# Retro-Go 1.34 (2022-09-18)
22
- SNES: Fixed crash when opening menu
33
- NES: Implemented mapper 185
44
- PCE: Fixed crash when quitting emulator
55
- PCE: Improved stability and compatibility
6+
- GBC: Fixed Resident Evil Gaiden not showing test (thanks to ddrsoul)
67
- All: Improved SD Card compatibility
78

89

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ Some emulators support loading a BIOS. The files should be placed as follows:
111111
# Building Retro-Go
112112

113113
## Prerequisites
114-
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.
114+
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!
115115

116-
_Note: Versions 4.2 and 4.3 will also work but there are unresolved performance issues at this time._
116+
_Note: Official builds use 4.1.2. Versions 4.2, 4.3, and 4.4 have unresolved performance issues at this time._
117117

118118
### ESP-IDF Patches
119119
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.

0 commit comments

Comments
 (0)