Skip to content

20221221

Compare
Choose a tag to compare
@RetroGFX RetroGFX released this 23 Dec 19:11
· 5352 commits to main since this release
742ce5d

This release of UnofficialOS is based on JELOS-20221219 and also JELOS-20221221.

Installation

Fresh Install

  1. Download the proper *.img.gz for your device.
  2. Extract the .img and flash the image to your microSD card using your favorite image writing tool (Balena Etcher, Raspberry Pi Imager, Win32 Disk Imager, dd etc.)

Upgrading From JELOS or UnofficialOS 20221218 and Earlier

  1. Download the latest release .tar of UnofficialOS for your device.
  2. Rename the update from UnofficialOS-*.tar to JELOS-*.tar
  3. Copy the update .tar to your device to your device's update directory (/storage/.update) via SSH, SMB etc.
  4. Reboot the device, and the update will begin automatically.

Change Log for JELOS-20221219

  • Adds / fixes RSP selector in ES, thanks to @rishooty.
  • Multiple N64 start script and emulation fixes, thanks to @rishooty.
  • Adds support for the PowKiddy RGB20S, thanks to @oOblik.
  • Adds multiple bluetooth controller configurations.
  • Updates emulators, cores, retroarch, moonlight.
  • Adds beetle-saturn and Play! (PS2) to the handheld builds.
  • Enables online updates using a project variable, thanks to @Sparticuz.
  • Re-adds Duckstation libretro and DolphinSA to RG353/RG503 builds.
  • Fixes missing 32bit filters, thanks to @sunxuold.
  • Updates Linux kernel to 6.1 for handheld, and improves support for AYANEO AIR and AIR Pro.
    • Fixes splash screens.
    • Adds fan control.
    • Corrects issue with no WIFI after wake from sleep.
    • Corrects issue with headphone jack.
    • Works around issue with power button not working after first sleep (press for 3 seconds).
    • Corrects missing audio in EmulationStation.

Change Log for JELOS-20221221

  • Fixes ATARI VCS EmulationStation audio playback
  • Terminal bug fix (reverts the xterm change).
  • Adds fake08, thanks to Lakka-LibreELEC.
  • Adds GPU power savings option for handheld builds (AMD only for now).
  • Updates SDL2 and reverts Mesa.
  • Improves fan curve for supported devices.
  • Updates emulators and cores.
  • Deprecates and removes original splash logic.

Change Log for UnofficialOS-20221221

  • Removes SDL2 patch for RG351 series devices and fixes SDL2 with new patch thanks to @medeirosT and @Cebion from the AmberELEC team.
  • Restores OTA (Over the Air) updates to make the updating process easier in future releases thanks to @oOblik.