Logo
Explore Help
Sign in
eden-emu/eden
24
3
Fork
You've already forked eden
18
Code Issues 90 Pull requests 75 Projects 1 Releases 7 Wiki Activity Actions
7 releases 18 tags
  • v0.0.4-rc3 fe13539d72

    Eden v0.0.4-rc3
    All checks were successful
    tx-src / sources (push) Successful in 48s
    Details
    Check Strings / check-strings (push) Successful in 54s
    Details
    GitHub Actions [CI] Build succeeded
    Details
    GitHub Releases [CD] Build succeeded – Release published
    Details
    Stable

    ci released this 2025-11-22 22:52:08 +01:00 | 50 commits to master since this release

    Changelog

    This release has been focused on fixing overall regressions found since 0.0.3, in tandem to prepare for a full 0.0.4. We hope to offer users a more stable experience with this new release candidate.

    As always, clear your shader caches as the vulkan pipeline parameters continues to change.

    Critical

    • Experimental support for firmware versions 21.x is now available.
      • Most software applets work as expected, but like 20.x, the home menu is currently missing game icons.

    Universal

    • Reduce SPSC/MPSC queue contention, increases performance for various games
      • Mileage may vary, on tested hardware games could get up to 10 FPS extra
    • Translations have been updated
    • Fixed performance regressions (stuttering) found in Tears of the Kingdom

    Renderer

    • Fix SURED() having inappropriate behaviour for certain decoding fields
    • Fixed Ninja Gaiden: Ragebound black screen during the 4-1 boss fight.
    • Improved Pokemon: Legends Z-A graphical bugs
      • Enabling Extended Dynamic State and disabling Vertex Input Dynamic State is recommended to avoid vertex explosions.
      • Flickering and invisible objects may still be present.
    • Fixed flipped screen in 20xx

    Desktop

    • Working MinGW (Windows) builds for arm64 are now available.
      • This primarily targets Snapdragon X laptops.
    • Fixed several issues with Ryujinx save data linking.
      • Attempting a "From Eden" link and saving on Ryujinx would destroy the link.
      • Windows would often fail to create a link at all, especially if the path contained spaces.
      • Prior link detection was unreliable.
    • Fixed several issues with the orphaned profile detector.
      • A bunch of extra zeroes would appear in the "good" profiles list
      • Automatically-created profiles for games like Smash Ultimate and Factorio were included in the "bad" profile list.
    • Fixed a bug on POSIX where the app would immediately crash in scenarios where USER was unset.

    Android

    • Fixes crashes on Ender Magnolia and UE4 games introduced by defered allocations
      • UE4 games should be more stable
    • Remove ScopedJitExecutor; fixes crashes in Assasins Creed 3
      • Scoped JIT sucks and will hopefully never be brought up ever again
    • Custom CPU Ticks can now have its value typed in manually.
    • Setting to manually set app language
    • Fixed carousel view occasionally clipping out of the bottom of the screen.
    • Added a system information dialog
      • Contains CPU, GPU, system, etc. info
    • Shader cache is now wiped whenever the GPU driver is changed.

    Internal

    • MinGW and macOS builds are now fully static.
      • macOS now only contains its MoltenVK dependency, whereas MinGW builds are self-contained executables.
    • Fix FFmpeg annoyances for Solaris and BSD
    • Reduce code duplication on shader_recompiler
    • Provide fallbacks for platforms without atomic 128 bit swaps
    • Fix formatting for big endian targets

    Builds

    MSVC/arm64 builds have been retired, and replaced with MinGW/arm64 builds. Additionally, all MSVC PGO builds have been removed due to a lack of performance gain, and are replaced by MinGW PGO builds.

    TL;DR

    Again these changelogs aren't that long, but for the sake of briefness:

    • Fixes for Pokemon ZA on AMD
    • Fixes for Ender Magnolia on Android and other UE4 games
    • Fixes for regressions from 0.0.4-rc1 and 0.0.4-rc2
    • Initial Firmware 21 support
    • Windows on ARM support

    Packages

    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

    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

    For more spoofed package name builds, see here

    Build Description
    Android Standard Single APK for all supported Android devices (most users should use this)
    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)
    Downloads
    • Source code (ZIP)
      440 downloads
    • Source code (TAR.GZ)
      176 downloads

    • Eden-Android-v0.0.4-rc3-legacy.apk
      4,355 downloads · 2025-11-22 22:00:10 +01:00 · 33 MiB
    • Eden-Android-v0.0.4-rc3-optimized.apk
      6,607 downloads · 2025-11-22 22:00:13 +01:00 · 33 MiB
    • Eden-Android-v0.0.4-rc3-standard.apk
      18,039 downloads · 2025-11-22 22:00:09 +01:00 · 33 MiB
    • Eden-Debian-12-v0.0.4-rc3-aarch64.deb
      93 downloads · 2025-11-22 22:00:06 +01:00 · 21 MiB
    • Eden-Debian-12-v0.0.4-rc3-amd64.deb
      128 downloads · 2025-11-22 22:00:07 +01:00 · 20 MiB
    • Eden-Debian-13-v0.0.4-rc3-aarch64.deb
      95 downloads · 2025-11-22 22:00:09 +01:00 · 22 MiB
    • Eden-Debian-13-v0.0.4-rc3-amd64.deb
      290 downloads · 2025-11-22 22:00:05 +01:00 · 21 MiB
    • Eden-FreeBSD-v0.0.4-rc3-amd64-clang.tar.zst
      23 downloads · 2025-11-22 22:00:05 +01:00 · 14 MiB
    • Eden-Linux-v0.0.4-rc3-aarch64-clang-pgo.AppImage
      119 downloads · 2025-11-22 22:00:14 +01:00 · 60 MiB
    • Eden-Linux-v0.0.4-rc3-aarch64-clang-pgo.AppImage.zsync
      24 downloads · 2025-11-22 22:00:04 +01:00 · 361 KiB
    • Eden-Linux-v0.0.4-rc3-aarch64-gcc-standard.AppImage
      58 downloads · 2025-11-22 22:00:15 +01:00 · 61 MiB
    • Eden-Linux-v0.0.4-rc3-aarch64-gcc-standard.AppImage.zsync
      25 downloads · 2025-11-22 22:00:04 +01:00 · 366 KiB
    • Eden-Linux-v0.0.4-rc3-amd64-clang-pgo.AppImage
      147 downloads · 2025-11-22 22:00:15 +01:00 · 63 MiB
    • Eden-Linux-v0.0.4-rc3-amd64-clang-pgo.AppImage.zsync
      35 downloads · 2025-11-22 22:00:04 +01:00 · 377 KiB
    • Eden-Linux-v0.0.4-rc3-amd64-gcc-standard.AppImage
      303 downloads · 2025-11-22 22:00:13 +01:00 · 65 MiB
    • Eden-Linux-v0.0.4-rc3-amd64-gcc-standard.AppImage.zsync
      34 downloads · 2025-11-22 22:00:04 +01:00 · 389 KiB
    • Eden-Linux-v0.0.4-rc3-legacy-clang-pgo.AppImage
      41 downloads · 2025-11-22 22:00:14 +01:00 · 63 MiB
    • Eden-Linux-v0.0.4-rc3-legacy-clang-pgo.AppImage.zsync
      30 downloads · 2025-11-22 22:00:04 +01:00 · 377 KiB
    • Eden-Linux-v0.0.4-rc3-legacy-gcc-standard.AppImage
      54 downloads · 2025-11-22 22:00:14 +01:00 · 64 MiB
    • Eden-Linux-v0.0.4-rc3-legacy-gcc-standard.AppImage.zsync
      30 downloads · 2025-11-22 22:00:04 +01:00 · 387 KiB
    • Eden-Linux-v0.0.4-rc3-rog-ally-clang-pgo.AppImage
      61 downloads · 2025-11-22 22:00:15 +01:00 · 60 MiB
    • Eden-Linux-v0.0.4-rc3-rog-ally-clang-pgo.AppImage.zsync
      28 downloads · 2025-11-22 22:00:03 +01:00 · 360 KiB
    • Eden-Linux-v0.0.4-rc3-rog-ally-gcc-standard.AppImage
      119 downloads · 2025-11-22 22:00:15 +01:00 · 61 MiB
    • Eden-Linux-v0.0.4-rc3-rog-ally-gcc-standard.AppImage.zsync
      26 downloads · 2025-11-22 22:00:04 +01:00 · 367 KiB
    • Eden-Linux-v0.0.4-rc3-steamdeck-clang-pgo.AppImage
      186 downloads · 2025-11-22 22:00:14 +01:00 · 63 MiB
    • Eden-Linux-v0.0.4-rc3-steamdeck-clang-pgo.AppImage.zsync
      39 downloads · 2025-11-22 22:00:04 +01:00 · 377 KiB
    • Eden-Linux-v0.0.4-rc3-steamdeck-gcc-standard.AppImage
      261 downloads · 2025-11-22 22:00:15 +01:00 · 65 MiB
    • Eden-Linux-v0.0.4-rc3-steamdeck-gcc-standard.AppImage.zsync
      62 downloads · 2025-11-22 22:00:04 +01:00 · 388 KiB
    • Eden-Ubuntu-24.04-v0.0.4-rc3-aarch64.deb
      96 downloads · 2025-11-22 22:00:07 +01:00 · 23 MiB
    • Eden-Ubuntu-24.04-v0.0.4-rc3-amd64.deb
      258 downloads · 2025-11-22 22:00:07 +01:00 · 21 MiB
    • Eden-Windows-v0.0.4-rc3-amd64-msvc-standard.zip
      11,469 downloads · 2025-11-22 22:00:14 +01:00 · 40 MiB
    • Eden-Windows-v0.0.4-rc3-mingw-amd64-clang-pgo.zip
      6,073 downloads · 2025-11-22 22:00:09 +01:00 · 46 MiB
    • Eden-Windows-v0.0.4-rc3-mingw-amd64-gcc-standard.zip
      4,993 downloads · 2025-11-22 22:00:15 +01:00 · 49 MiB
    • Eden-Windows-v0.0.4-rc3-mingw-arm64-clang-pgo.zip
      1,115 downloads · 2025-11-22 22:00:10 +01:00 · 36 MiB
    • Eden-Windows-v0.0.4-rc3-mingw-arm64-clang-standard.zip
      1,320 downloads · 2025-11-22 22:00:10 +01:00 · 36 MiB
    • Eden-macOS-v0.0.4-rc3.tar.gz
      376 downloads · 2025-11-22 22:00:15 +01:00 · 22 MiB
Powered by Forgejo Version: 13.0.3 Page: 404ms Template: 108ms
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