Logo
Explore Help
Sign in
eden-emu/eden
24
8
Fork
You've already forked eden
31
Code Issues 108 Pull requests 107 Projects 2 Releases 12 Wiki Activity Actions
12 releases 24 tags
  • v0.2.0-rc1 8e373eb714

    Eden v0.2.0-rc1
    All checks were successful
    tx-src / sources (push) Successful in 29s
    Details
    Check Strings / check-strings (push) Successful in 38s
    Details
    GitHub Actions [CI] Build succeeded
    Details
    GitHub Releases [CD] Release published
    Details
    Stable

    crueter released this 2026-02-15 05:46:17 +01:00 | 181 commits to master since this release

    Changelog

    This release contains several new features and UX improvements, notably:

    • Updates and DLC without installing to NAND
    • A grid and icon-only view for desktop
    • Direct mod import from a folder or zip file
    • Turbo and Slow mode toggles

    And, of course, your usual dose of performance improvements, bug fixes, and regression fixes from earlier versions.
    If you wish to see the full changelog, check out https://git.eden-emu.dev/eden-emu/eden/compare/v0.1.1...v0.2.0-rc1 as always.

    Enjoy, and happy (late, for our more eastward friends) Valentine's Day!

    Universal

    • Updates and DLCs can now be selected and used without having to install them to NAND
      • On Android, this is done in Settings -> Manage Game Folders -> "+" -> External Content Folder
      • On Desktop, this is done in Settings -> General -> External Content
    • Added configurable speed-up and slow-down hotkeys
      • On Android, this is located in the Quick Settings menu
    • Some frequently-used sets and maps have been replaced with a faster implementation
    • The web token and username are now generated automatically
    • The console and battery serial are now generated automatically
      • This may safeguard against adversarial mods or programs attempting to determine if they are running on an emulator.
    • Improved JIT caching and page performance
    • Fixed Super Mario All Stars game switching
    • Fixed booting on some games that require an attached microSD card
    • Fixed regressions in Sonic x Shadow and NSMBU Deluxe
    • Fixed flickering and performance in Luigi's Mansion 3 (again)

    Renderer

    • Improved rendering performance on Mali-based chipsets
    • Improvements to macOS/MoltenVK surface handling
    • Added an option to specify the target frame pacing
      • This improves frame pacing in situations where the monitor refresh rate and game FPS don't match.
    • Fixed persistent ExtendedDynamicState-related graphical glitches that would occur on Windows

    Desktop

    • Added a grid view
      • Game names can be turned off for a TV-like icon-only view
      • This can be accessed in the View menu
    • Added the ability to import mods and cheats from a folder or zip file
    • The game list now scrolls smoothly with a mouse wheel, and can be horizontally shift-scrolled as well
    • Fixed Nintendo controllers having incorrect axis ordering

    Android

    • Removed the now-redundant LRU Cache option
    • Added a button to the home screen to launch the Switch home menu
    • Added profile management, ported from the desktop implementation
    • Fixed some issues with Quick Settings
    • Added GPU debug logging

    Internal

    • The minimum Vulkan version is now 1.4.321
    • The build system is more or less stable now, and changes thereof should slow down for the foreseeable future.

    Packages

    Targets

    Each build is optimized for a specific architecture and uses a specific compiler.

    • aarch64/arm64: For devices that use the armv8-a instruction set; e.g. Snapdragon X, all Android devices, and Apple Silicon Macs.
    • amd64: For devices that use the amd64 (aka x86_64) instruction set; this is exclusively used by Intel and AMD CPUs and is only found on desktops.

    Compilers

    • MSVC: The default compiler for Windows. This is the most stable experience, but may lack in performance compared to any of the following alternatives.
    • GCC: The standard GNU compiler; this is the default for Linux and will provide the most stable experience.
    • PGO: These are built with Clang, and use PGO. PGO (profile-guided optimization) uses data from prior compilations
      to determine the "hotspots" found within the codebase. Using these hotspots,
      it can allocate more resources towards these heavily-used areas, and thus generally see improved performance to the tune of ~10-50%,
      depending on the specific game, hardware, and platform. Do note that additional instabilities may occur.

    Linux

    Linux packages are distributed via AppImage.
    zsync files are provided for easier updating, such as via
    AM.

    Build Type GCC PGO Notes
    amd64 GCC (zsync) PGO (zsync)
    Legacy amd64 GCC (zsync) PGO (zsync) Pre-Ryzen or Haswell CPUs (expect sadness)
    Steam Deck GCC (zsync) PGO (zsync) Zen 2, with additional patches for SteamOS
    ROG Ally X GCC (zsync) PGO (zsync) Zen 4
    aarch64 GCC (zsync) PGO (zsync)

    Debian/Ubuntu

    Debian/Ubuntu targets are .deb files, which can be installed via sudo dpkg -i <package>.deb.

    Target amd64 aarch64 Notes
    Ubuntu 24.04 amd64 aarch64 Not compatible with Ubuntu 25.04 or later
    Debian 12 amd64 aarch64 Drivers may be old
    Debian 13 amd64 aarch64

    Room Executables

    These are statically linked Linux executables for the eden-room binary.

    • aarch64
    • x86_64

    Windows

    Windows packages are in-place zip files. Setup files are soon to come.
    Note that arm64 builds are experimental.

    Compiler amd64 arm64 Notes
    MSVC amd64
    MinGW amd64 arm64 May have additional bugs/glitches
    MinGW PGO amd64 arm64

    Android

    Build Description
    Android Standard Single APK for all supported Android devices (most users should use this)
    Android x86_64 For devices running Chrome/FydeOS, AVD emulators, or certain Intel Atom Android devices.
    Android Optimized For any Android device that has Frame Generation or any other per-device feature
    Android Legacy For Adreno A6xx and other older GPUs

    macOS

    macOS comes in a tarballed app. These builds are currently experimental, and you should expect major graphical glitches and crashes.
    In order to run the app, you may need to go to System Settings -> Privacy & Security -> Security -> Allow untrusted app.

    File Description
    macOS For Apple Silicon (M1, M2, etc)

    Source

    Contains all source code, submodules, and CPM cache at the time of release.
    This can be extracted with tar xf Eden-Source-v0.2.0-rc1.tar.zst.

    File Description
    tar.zst Source as a zstd-compressed tarball (Windows: use Git Bash or MSYS2)
    Downloads
    • Source code (ZIP)
      22,699 downloads
    • Source code (TAR.GZ)
      6,918 downloads

    • Eden-Android-v0.2.0-rc1-chromeos.apk
      73,627 downloads · 2026-02-15 05:48:01 +01:00 · 27 MiB
    • Eden-Android-v0.2.0-rc1-legacy.apk
      67,329 downloads · 2026-02-15 05:48:08 +01:00 · 26 MiB
    • Eden-Android-v0.2.0-rc1-optimized.apk
      187,285 downloads · 2026-02-15 05:48:15 +01:00 · 26 MiB
    • Eden-Android-v0.2.0-rc1-standard.apk
      560,242 downloads · 2026-02-15 05:48:21 +01:00 · 26 MiB
    • Eden-Debian-12-v0.2.0-rc1-aarch64.deb
      3,850 downloads · 2026-02-15 05:48:27 +01:00 · 22 MiB
    • Eden-Debian-12-v0.2.0-rc1-amd64.deb
      3,377 downloads · 2026-02-15 05:48:32 +01:00 · 20 MiB
    • Eden-Debian-13-v0.2.0-rc1-aarch64.deb
      3,019 downloads · 2026-02-15 05:48:38 +01:00 · 22 MiB
    • Eden-Debian-13-v0.2.0-rc1-amd64.deb
      3,376 downloads · 2026-02-15 05:48:43 +01:00 · 21 MiB
    • Eden-FreeBSD--amd64.tar.zst
      1,221 downloads · 2026-02-15 05:48:58 +01:00 · 62 MiB
    • Eden-Linux-v0.2.0-rc1-aarch64-clang-pgo.AppImage
      2,302 downloads · 2026-02-15 05:49:12 +01:00 · 62 MiB
    • Eden-Linux-v0.2.0-rc1-aarch64-clang-pgo.AppImage.zsync
      463 downloads · 2026-02-15 05:47:09 +01:00 · 370 KiB
    • Eden-Linux-v0.2.0-rc1-aarch64-gcc-standard.AppImage
      2,375 downloads · 2026-02-15 05:49:27 +01:00 · 63 MiB
    • Eden-Linux-v0.2.0-rc1-aarch64-gcc-standard.AppImage.zsync
      436 downloads · 2026-02-15 05:47:11 +01:00 · 377 KiB
    • Eden-Linux-v0.2.0-rc1-amd64-clang-pgo.AppImage
      11,921 downloads · 2026-02-15 05:49:43 +01:00 · 63 MiB
    • Eden-Linux-v0.2.0-rc1-amd64-clang-pgo.AppImage.zsync
      721 downloads · 2026-02-15 05:47:12 +01:00 · 378 KiB
    • Eden-Linux-v0.2.0-rc1-amd64-gcc-standard.AppImage
      16,359 downloads · 2026-02-15 05:49:59 +01:00 · 64 MiB
    • Eden-Linux-v0.2.0-rc1-amd64-gcc-standard.AppImage.zsync
      1,359 downloads · 2026-02-15 05:47:09 +01:00 · 386 KiB
    • Eden-Linux-v0.2.0-rc1-legacy-clang-pgo.AppImage
      1,782 downloads · 2026-02-15 05:50:15 +01:00 · 64 MiB
    • Eden-Linux-v0.2.0-rc1-legacy-clang-pgo.AppImage.zsync
      427 downloads · 2026-02-15 05:47:09 +01:00 · 381 KiB
    • Eden-Linux-v0.2.0-rc1-legacy-gcc-standard.AppImage
      2,139 downloads · 2026-02-15 05:50:30 +01:00 · 64 MiB
    • Eden-Linux-v0.2.0-rc1-legacy-gcc-standard.AppImage.zsync
      568 downloads · 2026-02-15 05:47:11 +01:00 · 384 KiB
    • Eden-Linux-v0.2.0-rc1-rog-ally-clang-pgo.AppImage
      2,260 downloads · 2026-02-15 05:50:45 +01:00 · 59 MiB
    • Eden-Linux-v0.2.0-rc1-rog-ally-clang-pgo.AppImage.zsync
      417 downloads · 2026-02-15 05:47:11 +01:00 · 357 KiB
    • Eden-Linux-v0.2.0-rc1-rog-ally-gcc-standard.AppImage
      2,708 downloads · 2026-02-15 05:51:01 +01:00 · 61 MiB
    • Eden-Linux-v0.2.0-rc1-rog-ally-gcc-standard.AppImage.zsync
      544 downloads · 2026-02-15 05:47:10 +01:00 · 365 KiB
    • Eden-Linux-v0.2.0-rc1-steamdeck-clang-pgo.AppImage
      6,095 downloads · 2026-02-15 05:51:17 +01:00 · 63 MiB
    • Eden-Linux-v0.2.0-rc1-steamdeck-clang-pgo.AppImage.zsync
      914 downloads · 2026-02-15 05:47:09 +01:00 · 377 KiB
    • Eden-Linux-v0.2.0-rc1-steamdeck-gcc-standard.AppImage
      9,404 downloads · 2026-02-15 05:51:35 +01:00 · 64 MiB
    • Eden-Linux-v0.2.0-rc1-steamdeck-gcc-standard.AppImage.zsync
      1,459 downloads · 2026-02-15 05:47:11 +01:00 · 386 KiB
    • Eden-Ubuntu-24.04-v0.2.0-rc1-aarch64.deb
      2,868 downloads · 2026-02-15 05:51:47 +01:00 · 24 MiB
    • Eden-Ubuntu-24.04-v0.2.0-rc1-amd64.deb
      4,703 downloads · 2026-02-15 05:51:53 +01:00 · 21 MiB
    • Eden-Windows-v0.2.0-rc1-amd64-msvc-standard.zip
      198,508 downloads · 2026-02-15 05:52:01 +01:00 · 32 MiB
    • Eden-Windows-v0.2.0-rc1-mingw-amd64-clang-pgo.zip
      30,202 downloads · 2026-02-15 05:52:11 +01:00 · 40 MiB
    • Eden-Windows-v0.2.0-rc1-mingw-amd64-gcc-standard.zip
      20,359 downloads · 2026-02-15 05:52:22 +01:00 · 42 MiB
    • Eden-Windows-v0.2.0-rc1-mingw-arm64-clang-pgo.zip
      10,148 downloads · 2026-02-15 05:52:31 +01:00 · 32 MiB
    • Eden-Windows-v0.2.0-rc1-mingw-arm64-clang-standard.zip
      11,660 downloads · 2026-02-15 05:52:39 +01:00 · 32 MiB
    • Eden-macOS-v0.2.0-rc1.tar.gz
      37,839 downloads · 2026-02-15 05:51:41 +01:00 · 25 MiB
    • eden-room-aarch64-unknown-linux-musl
      1,328 downloads · 2026-02-15 05:47:25 +01:00 · 2.6 MiB
    • eden-room-x86_64-unknown-linux-musl
      2,502 downloads · 2026-02-15 05:47:26 +01:00 · 2.6 MiB
Powered by Forgejo Version: 14.0.2 Page: 76ms Template: 22ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API