Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Apr 27, 2022
1 parent f77945d commit 866599b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Retro-Go 1.32 (2022-04-??)
# Retro-Go 1.32 (2022-04-27)
- Launcher: Added subfolder navigation (there are still some sorting issues)
- Launcher: Improved responsiveness when covers are enabled but not installed
- All: Speedup mode improvements: More granularity, added 0.5x mode, audio is now working, DOOM is now supported
- All: Speedup mode improvements: More granularity, added 0.5x mode, working audio, DOOM is now supported
- All: Moved saves on retro-go to be in line with other devices (a notice will be displayed on first boot)
- All: Added .img generator, to use with esptool.py
- All: Pressing start+select will open options menu (on devices with no option button)
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ compatibility!
3. Select retro-go in the files list and flash it.

### Generic ESP32
Instructions to flash with esptool coming soon...
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).
1. Build a .img file (refer to **Building Retro-Go** below)
2. Erase the flash: `esptool.py erase_flash`
3. Flash the image: `esptool.py -b 921600 write_flash 0x0 retro-go_*.img`


# Game covers
Expand Down

0 comments on commit 866599b

Please sign in to comment.