Skip to content

Commit 13e5846

Browse files
committed
Updated CHANGELOG to remove esp-idf 5.0 mention
1.43 should be the last release built with 4.3, though.
1 parent 26a0084 commit 13e5846

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Building Retro-Go
22

33
## Prerequisites
4-
You will need a working installation of [esp-idf](https://docs.espressif.com/projects/esp-idf/en/v5.0.7/esp32/get-started/index.html). Versions 4.3 to 5.2 are supported.
4+
You will need a working installation of [esp-idf](https://docs.espressif.com/projects/esp-idf/en/release-v4.3/esp32/get-started/index.html#get-started-get-prerequisites). Versions 4.2 to 5.2 are supported.
55

66
_Note: As of retro-go 1.35, I use 4.3. Version 4.1 was used for 1.20 to 1.34 versions._
77

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- Launcher: Officially support name-based cover art (eg: `/covers/nes/game name.png`)
55
- Launcher: Improved responsiveness when cover art/save preview is enabled
66
- Launcher: Added network status/details in wifi dialog
7-
- Releases are now built with esp-idf 5.0
87

98

109
# Retro-Go 1.42 (2024-06-05)

rg_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
PROJECT_ICON = "assets/icon.raw"
1111
PROJECT_APPS = {
1212
# Project name Type, SubType, Size
13-
'launcher': [0, 0, 983040],
14-
'retro-core': [0, 0, 983040],
13+
'launcher': [0, 0, 917504],
14+
'retro-core': [0, 0, 917504],
1515
'prboom-go': [0, 0, 786432],
1616
'gwenesis': [0, 0, 983040],
1717
'fmsx': [0, 0, 589824],

0 commit comments

Comments
 (0)