Skip to content

Commit 866599b

Browse files
committed
Updated CHANGELOG.md
1 parent f77945d commit 866599b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Retro-Go 1.32 (2022-04-??)
1+
# Retro-Go 1.32 (2022-04-27)
22
- Launcher: Added subfolder navigation (there are still some sorting issues)
33
- Launcher: Improved responsiveness when covers are enabled but not installed
4-
- All: Speedup mode improvements: More granularity, added 0.5x mode, audio is now working, DOOM is now supported
4+
- All: Speedup mode improvements: More granularity, added 0.5x mode, working audio, DOOM is now supported
55
- All: Moved saves on retro-go to be in line with other devices (a notice will be displayed on first boot)
66
- All: Added .img generator, to use with esptool.py
77
- All: Pressing start+select will open options menu (on devices with no option button)

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ compatibility!
4242
3. Select retro-go in the files list and flash it.
4343

4444
### Generic ESP32
45-
Instructions to flash with esptool coming soon...
45+
This method is intended to be used when .fw support isn't available (when porting to a new device) or undesirable (devices with less than 4MB of flash).
46+
1. Build a .img file (refer to **Building Retro-Go** below)
47+
2. Erase the flash: `esptool.py erase_flash`
48+
3. Flash the image: `esptool.py -b 921600 write_flash 0x0 retro-go_*.img`
4649

4750

4851
# Game covers

0 commit comments

Comments
 (0)