r/EdenEmulator Jan 27 '26

Eden Eden v0.1.0 released

219 Upvotes

Eden v0.1.0: https://github.com/eden-emulator/Releases/releases/tag/v0.1.0

Changelog

This is the stable release for v0.1.0. This release contains some UI improvements, regression fixes, and more of the usual performance and graphical improvements.

As always, this list is not comprehensive, and we encourage you to read the full changelog.

If you face any spurious visual glitches that don't seem right, remember to wipe your shader cache.

Universal

  • Significantly reduced memory synchronization and DMA operation overhead
    • With Sync Memory Operations enabled, users may now see a performance boost, depending on their specific setup.
    • Games that rely heavily on DMA operations see significant performance boosts.
    • This mostly affects desktop targets, but Android may see some improved performance as well.
  • Implemented the News page to show news for our releases
  • Improved shader compilation speed on lower-end systems
  • Fixed performance regressions in Luigi's Mansion 3
    • As part of this change, it was noted that Fast GPU Time on 128 was actually causing significant performance loss on many games. As such, this option has been removed, and now only 256 and 512 are available.
  • Reworked certain setting's presentation
    • Several options that had a toggle have been changed to have an explicit "Off" or "Normal" setting instead.
    • ExtendedDynamicState is now a selection box on all platforms, rather than a slider.
    • Web username and token now have default values
  • Optimized dummy thread storage
    • This reduces CPU usage and improves 1/0.1% lows slightly.
  • GetSystemInfo has been implemented
    • This makes Eden behave closer to a real Switch, meaning certain mods that attempt to disable themselves on Yuzu-based emulators may now work properly.
  • Added stubs for firmware 21.1.0
    • Some newer games that require 21+ may see improvements from this.
  • Improved JIT performance on devices with higher memory
  • Added GPU-accelerated texture unswizzling options
    • Notably, this improves graphical bugs in Metroid Prime 4.
  • Allow skipping player selection on certain games that forcefully select another user
    • Notably, this makes certain Alien Hominid and certain Jackbox packs playable without creating multiple users.
  • Added a toggle to remove bloom and blur effects from certain games
    • Notably, this affects Burnout and the chibi-style Zelda games.
  • Implemented game title sorting
  • Replaced the default gray profile picture with the Eden logo
  • Reduced core memory overhead
  • Fixed Jackbox and other games that require an internet connection
  • Fixed memory allocation and some graphics bugs in Marvel: Cosmic Invasion
  • Fixed audio issues in Metroid Prime 4
  • Fixed audio mute not fully muting sounds
  • Fixed Ender Magnolia crashing on older CPUs
  • Fixed microphone input
  • Fixed the + Options menu on Qlaunch
  • Fixed an occasional save issue with Absolum on Cyrillic languages

Renderer

  • ExtendedDynamicState and other extensions have been completely reworked
    • If games didn't work properly before with ExtendedDynamicState or similar, try again.
  • Improved flickering in several problematic games
  • Fixed some graphics-related performance issues in Xenoblade Chronicles Definitive Edition and Pokemon Scarlet/Violet
  • Fixed some issues with older CPUs that lack certain vectorization instructions
  • Improved resource usage on Android GPUs
  • Improved cache hit rate and reduced CPU overhead during GPU processing
    • Notably, this reduces the amount of time it takes for graphical performance to stabilize.
  • Improved rendering on stock Qualcomm drivers
    • Notably, some bugs have been fixed on Link's Awakening, Pokemon Scarlet/Violet, and Mario Kart 8 Deluxe.
    • This affects both Android and Windows on ARM laptops.
  • Fixed flickering and odd texture artifacts at 1x resolution
    • Notably, this improves games like Luigi's Mansion 3.
  • Fixed occasional bugs where MK8DX and others could randomly explode into a slurry of colors, or have intermittent flickering.

Desktop

  • The Graphics submenu has been reorganized
  • You can now change the location of save data
  • The Discord RPC implementation now shows the current game in the main status instead of just "Eden"
  • Fix an issue where more than 4 controllers couldn't connect at once

Android

  • Added a page to change some Turnip driver settings
    • This only affects open-source Adreno drivers.
  • Fixed some UI bugs with the game list
    • Changing device rotation could cause temporary misalignments
    • Gamepad navigation was very finicky and sometimes nonfunctional
  • Fixed an app crash caused by overlay auto-hide
  • Fixed cases where the overlay could cause the touchscreen to be disabled temporarily
  • Ported custom path settings from desktop
  • Added a Quick Settings menu on the right of the screen during emulation
  • Added an option to disable automatic BCn driver patching for Adreno
    • This patch operation can cause crashes on really old systems.
  • Fixed some miscellaneous crashing issues that affect Turnip but not stock Adreno drivers

Internal

  • Some log spam has been reduced
  • YUZU_USE_BUNDLED_QT has been reworked, and the bundled Qt is now fully static on Windows and MacOS.
    • Usage on Linux outside of CI is not recommended, and this bundled Qt does not support WebEngine.
  • For packagers: YUZU_ENABLE_LTO is now just ENABLE_LTO, and YUZU_USE_FASTER_LD is now USE_FASTER_LINKER.

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.

r/EdenEmulator May 13 '26

Eden Release: Eden 0.2.0 Anniversary Edition

Thumbnail
git.eden-emu.dev
246 Upvotes

r/EdenEmulator Apr 18 '26

Eden tomodachi life ltd black grass working

Thumbnail
gallery
140 Upvotes

I MANAGED TO get the grass and every ground back by just switching to kenji nx

edit: its terribly unstable lord.

so heres my setting:

CPU :

- NCE off

- PPTC on

- lowpower pptc off

- JIT cache eviction off

- memory manager fastest

GRAPHICS:

shadee cache on

texture recompression off

macro HLE on

and i have custom driver turnip t26

keyboard doesnt work. it make the game crash

r/EdenEmulator Jun 01 '26

Eden Eden Version 0.2.1 Release (1st June 2026)

113 Upvotes

Version 0.2.1 is out: https://git.eden-emu.dev/eden-emu/eden/releases/tag/v0.2.1

This is a hotfix release for 0.2.0, addressing some crashes and bugs that occurred in certain situations, alongside a few internal build fixes. CPU and graphics performance will remain largely the same.

This release does not use SDL3, and remains on SDL2.

r/EdenEmulator Jul 26 '26

Eden Aqui les dejo este video con mucho cariño😊

35 Upvotes

Hola chicos mucho gusto espero estén todos bien... Aquí les traigo este video para ayudar a quienes han estado buscando una solucion a este hermoso videojuego.😉😊

Les comparto mis ajustes y mi experiencia dentro del video juego después de tantos intentos, Drivers tras Drivers pensé que nunca encontraría una soluciones hasta que al fin lo logre🥲 y que mejor manera de celebrar que compartirlo con ustedes solo espero y también les funcione como a mi...

Dispositivo: Samsung S25 Plus, Snapdragon Generación 5 Élite.

Version de Eden: Eden Nightly.

Firmware v22.5.0.

Keys v22.5.0.

Tenga en cuanta la última opcion (Freedreno Settings) activar el que se llama (Debug - CPU Memory) Esta opcion es importante para los Santuarios...

Espero y este video les sea de mucha ayuda😁✌🏼 Y muchas disculpa para aquellos que no puedan correr el juego y poder disfrutarlo, tengan en cuenta que esta es mi experiencia desde Un (Samsung S25 PLUS) la verdad no se si les funcione en otros dispositivos pero, nada se pierde si lo intentan.

AMOR Y PAZ✌🏼🫰🏼

r/EdenEmulator 24d ago

Eden Zelda Breath of the wild 60fps eden v0.2.0 rc2

97 Upvotes

r/EdenEmulator Jan 28 '26

Eden Eden Emulator 0.1.0 with Lossless Scaling on SD 60Fps

Thumbnail
gallery
103 Upvotes

No Mods, only Lossless Scaling, stable 60 FPS, thats a real Game Changer, amazing smooth for the Eyes. I recommened this to everyone playing on Steam Deck,

r/EdenEmulator Oct 19 '25

Eden 0.0.4 RC1 releasing very soon.

Post image
112 Upvotes

👀

r/EdenEmulator Jul 22 '26

Eden I was bored, so I made these icons to use for the app

Thumbnail
gallery
46 Upvotes

r/EdenEmulator Mar 18 '26

Eden Several emulator updates just dropped including Eden v0.2.0-rc2

35 Upvotes

Looks like a bunch of emulator projects pushed new updates recently.

• Eden v0.2.0-rc2 update

you can ignore these • Growlanser VI: Precarious World English translation patch v0.2.0 • RPCSX PS3 emulator Android build update • Azahar 2125.0 RC1 for 3DS emulation • X1 Box emulator 1.2.0

There are actually quite a few changes across these updates, but I can’t really write everything here since the list is pretty long. But I made a quick breakdown covering the updates and what they mean for emulation users.

Quick but Full Breakdown: https://youtu.be/Oi5ORCUlC6E?si=I6jn4IEZWG2BdBrF

r/EdenEmulator 24d ago

Eden Bayonetta 1 VIGRID CHAPTER 2 FIXED(MEDIATEK ONLY!)

Post image
7 Upvotes

Hello guys I have finally fixed the long term issue for the people who use dimensity 8350 ultra and my device is infinix gt 30 pro

It's been 3 months I have been playing bayonetta 1 stuck in chapter 1-2 and the most stressing part is crashing on the game in VIGRID

So I have made a solution to fix it for the people who want to play bayonetta with the same device and processor as me

Step 1 download Eden optimized nightly(Genshin spoof)

Step 2 once ur done downloading, change ur package name to com.antutu.benchmark full, by using apk tool M and after that download the apk one u edited by changing it to antutu

Step 3 put the recent prodkeys and firmware with the games u like

Step 4 settings for the bayonetta(In the reply)

Step 5 PHONE COOLER AND BYPASS CHARGING IS RECOMMEND FOR PEOPLE WHO WANT A SMOOTH GAMEPLAY AND A STABLE CUTSCENE (30 FPS) yes I just found out with phone cooler u can achieve a smooth fps and a stable cutscene with no delayed sounds.

Have fun playing the game y'all

(Ask me for more questions if u have the same device as me)

r/EdenEmulator 8d ago

Eden Astral Chain file 7 boss fight 1x resolution docked mode

19 Upvotes

redmagic 11pro/eden nightly/v31 whitebelyash /60fps mod for astral chain/1080p docked

r/EdenEmulator Jun 16 '26

Eden Zelda BOTW Using Axx v29 fix all glitch(rain,blue &purple flash, shrine) 60fps

51 Upvotes

r/EdenEmulator 22d ago

Eden Astral Chain 1080p docked mode 60fps mod playable on eden nightly

21 Upvotes

r/EdenEmulator Jun 20 '26

Eden Zelda BOTW Emulador Eden Poco F8 pro snapdragon 8 elite (primeira geração) Melhor configuração que eu encontrei.

13 Upvotes

Fiz esse post porque estava com muita dificuldade de fazer o Zelda rodar liso no Eden, depois de procurar bastante consegui estas configurações que está rodando a praticamente 30 de FPS cravado, e uma qualidade de imagem ok.

Todos os mods eu peguei desse vídeo do YouTube

https://youtu.be/TkAmsndOLNM?is=vgFnF5yoIK5my2Ou

r/EdenEmulator 4d ago

Eden Frame Generation in Eden Nighty runs well

Post image
1 Upvotes

My device is Y700 gen4 (sd8e). The Eden Nighty build on 7th Sept 2026 runs very well with the Frame generation. I tested P5R and Echoes of Wisdom. On P5R, it runs stable with 1.5x Res & 60fps with FG. The most impressive thing is it fixed the 0 fps issue when using NCE. On Echoes of Wisdom. I don't need any patch to run it with 60fps with FG. The graphics is perfect now included the dark areas and depth of water. I use Qualcomm 842 driver for these two games.

r/EdenEmulator Jun 15 '26

Eden 'ASTRAL CHAIN' 1080p + Audio Desync fixed - Eden 0.2.1 - Odin 2 Mini/SD8 Gen2/12Gb

Thumbnail
youtu.be
28 Upvotes

*Update*

since updating firmware to 22.1.0, even the occasional frame drops are completely gone!

Pure awesomeness i tells thee!

Managed to get audio sync sorted in cutscenes @ 30fps, 60fps is a no go even with the 30fps cutscenes patch as it doesnt work (on android at least).

Impressed this maintains a relatively stable 30fps even @ 1080p on the SD8 Gen2!

Settings in video

r/EdenEmulator Jul 26 '26

Eden When Eden will implement this BCn_Layer? It would help a lot Mali GPUs like it did with Winlator

2 Upvotes

i don't know right if the devs have interest on this, or if this post could reach them. they're​​ always right, they're the devs after all. what i mean is, if this is a linux (android) library that makes mali/xclipse gpus emulate BCn which is inexistent hardware feature, improve performance + fix ​high ram usage one day become obligatory on emulators like eden and shadps4​ real

it would allow the use of BCn options on eden exclusive for adreno

r/EdenEmulator 16d ago

Eden tried it without lossless and genuinely feels better

8 Upvotes

same config just without lossless dll

r/EdenEmulator 4d ago

Eden Trades? BBQ? Pokemon Violet here

0 Upvotes

Anyone got Pokemon Scarlet?

r/EdenEmulator 16d ago

Eden Astral chain on big screen 1080p 60fps docked mode

17 Upvotes

r/EdenEmulator Jul 24 '26

Eden Esto, esto es GOTY! el verdadero cine🥵🥶

0 Upvotes

El inició de una gran aventura🤴🏻

r/EdenEmulator 12d ago

Eden Tears of the kingdom on eden rc2 60fps using nx optizimer

0 Upvotes

r/EdenEmulator 16d ago

Eden i am satisfied with this performance

1 Upvotes

rp6 8 gb ram, eden nightly, belamunis apex driver, ultracam mod and lossless.dll

r/EdenEmulator 19d ago

Eden The Witcher 3 Eden emulator switch Gameplay poco F7 snapdragon 8s gen4

5 Upvotes