Triforce-Spiele sollten wieder problemlos funktionieren.
Revert iso cache change breaks triforce games
vWii, Wii, Wii: Update backups, gamecube, triforce, usb-loader
Triforce-Spiele sollten wieder problemlos funktionieren.
Revert iso cache change breaks triforce games
Nintendo Switch, Nintendo Switch: Update custom themes, themes
JPG- und PNG-Bilder können nun direkt als Wallpaper installiert werden. Neu ist auch ein experimentelles Custom-Systemmodul, welches über die Einstellungen aktiviert werden kann und ein installiertes Theme bei HOME-Menü-Updates automatisch entfernt (TitleID: 00FF007468656D65). Es läuft nur beim Boot, nimmt also beim Betrieb keinen RAM ein. Beim Installieren von Themes über Themezer werden Patches nun automatisch angewendet und die Extrahierung des HOME-Menü-Layouts schreibt nun nicht mehr auf die SD-Karte, was einige Abstürze behebt.
Der Switch Theme Injector wird in der nächsten Version außerdem mit einem Web-basierten Theme-Creator ersetzt.
* JPG and PNG images can now be directly installed as themes, without the need to create nxtheme files. ** Currently wallpapers are installed as plain images with the system default layout. * We have a new experimental sysmodule to detect home menu updates and automatically uninstall themes when they are not compatbile ** You can enable or disable it from the settings page of the theme installer ** This sysmodule only runs on boot and removes themes when the firmware version changes, this should fix crashes when switching between sysmmc/emummc or updating firmware ** The sysmodule uses very little memory and automatically terminates after boot, freeing memory for other sysmodules ** Title ID is 00FF007468656D65, please give it a try and report any issues. * Home menu extraction happens on the fly and does not write to the sd card anymore ** This solves a number of crashes on boot caused by users skipping the extraction process after an update and accidentally installing an incompatible version ** Installing themes just works regardless of sysmmc or emummc ** You can still export the raw szs files needed for making custom layouts from the home menu extraction page * Home menu patches are applied when installing from external sources ** This solves crashes on boot when installing a theme from themezer-nx right after updating the console * Various improvements on error handling, hopefully we should see overall less crashes of the application especially in applet mode.
Ein PlayStation-1-Emulator für die Wii. WiiSX RX oder WiiStation sind eventuell bessere Alternativen.
Per WiiFlow-Plugin kann nun automatisch direkt in ein Spiel gebootet werden. Zudem wurden kleinere Verbesserungen bezüglich erkannter Geräte vorgenommen.
* Autoboot support for use with Wiiflow * FlipperMCE/GCMCE support * Device hints and loading messages * Hide platform exclusive devices on GameCube / Wii
Spiele werden nun auch im "wudump"-Verzeichnis auf der SD-Karte gesucht, sodass mit WUDD erstellte Dumps direkt installiert werden können. Nach der Installation können die Dateien außerdem direkt von der SD gelöscht werden, um Speicherplatz zu sparen.
* Typo fix by @kyoforkshomebrews in #1 * Allows for installing games from the sd:/wudump directory on the SD card, and adds the option to delete installation files after installing a title to save space on the SD card. Credit to @zer00p for these features! #3
3DS, 3DS: Update backups, DS, DSi
Das TWiLight Menu++ sieht aus wie das DSi-Menü und kann in Verbindung mit NDS-Bootstrap DS-Homebrews und DS-Spiele von der SD-Karte abspielen.
Spielt in Verbindung mit TWLMenu++ DS-Spiele und -Homebrews von der SD-Karte ab.
UPDATE, 24.05.2026, 10:55 Uhr: TWLMenu++ v27.24.1 behebt einen Bug, bei dem im 3DS-Theme kein Cover angezeigt wurde.
Diese Version enthält wieder einige Bugfixes und Kompatibilitätsverbesserungen. Beim Beenden von DS(i)-Spielen sollte jetzt außerdem immer zum TWLMenu zurückgekehrt werden. Zudem werden Cover nun auch für Ordner angezeigt.
Nintendo Switch, Nintendo Switch: Update audio, player, Video
Diese Version enthält Bugfixes für HTTP(S)- und USB-Mounts.
Bug fixes for HTTP(S)/USB mounts
Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.
Intern wurde ein größeres Refactoring durchgeführt. Für Endnutzer ist lediglich relevant, dass der Key "upload_movies" in der Config durch "upload_videos" ersetzt wurde.
Breaking Changes * upload_movies renamed to upload_videos — The INI config key upload_movies has been renamed to upload_videos across all channels (Telegram, Discord, ntfy, Immich). Update your config.ini accordingly. New Features & Architecture * Modular channel architecture — Upload channels (Telegram, Discord, ntfy, Immich) are now fully self-contained modules under src/channels/. Each channel has its own .hpp + .cpp pair encapsulating: ** Config struct with defaults, load(), and validate() ** send(path) upload function ** Enabled state (no more separate flags in Config) * X-macro channel registry (channels/channels.inc) — All channels are registered via X-macro, enabling automatic expansion in config.hpp/cpp and main.cpp. Adding a new channel now only requires: registering in channels.inc + creating channels/xxx.hpp + channels/xxx.cpp. Bug Fixes * Fixed a dangling pointer issue in the main loop. * Fixed Immich config comment typo in config.ini.template.
vWii, Wii, Wii: Update backup-loader, backups, gamecube, usb
Die Emulation des Breitband-Adapters in Homeland wurde gefixt, genauso wie einige grafische Glitches in Rebel Strike, Pokémon Box Adventure Mode und Audio-Glitches in Namco Museum.
* Fix Rebel Strike graphical glitches, Pokemon Box Adventure Mode, Namco Museum audio pops * Fix Broadband Adapter Emulation for Homeland
Wer das AppImage oder das Ubuntu-Release des Wii-U-Emulators Cemu v2.6 zwischen dem 08. und dem 12. Mai 2026 von GitHub heruntergeladen und ausgeführt hat, hat sich mit hoher Wahrscheinlichkeit Malware eingefangen.
Nintendo Switch, Nintendo Switch: Update screenshot, upload, Video
Lädt Screenshots und Videos direkt nach der Aufnahme zu Telegram, Discord, Immich oder ntfy.sh hoch.
Bilder und Videos können nun auf eine eigene Immich-Instanz hochgeladen werden. Dazu müssen die Server-URL und der API-Key in der Config ergänzt werden. Zudem werden bei Video-Uploads zu Telegram nun die Video-Dimensionen mitgegeben, damit diese korrekt im Chat angezeigt werden.
New Features * Immich Integration: Added support for uploading screenshots and videos to self-hosted Immich instances via its API. You can now configure server_url and api_key under the new [immich] section in config.ini. (Contributed by @hax4dazy) Bug Fixes * Telegram Video Uploads: Added missing video dimension parameters (1280x720) for Telegram to ensure videos are formatted and displayed correctly in the chat. * System Stability: Fixed a memory leak and potential sysmodule crash in the Immich upload flow by properly freeing cURL MIME resources. (Contributed by @hax4dazy) Improvements & Maintenance * Enhanced Logging: Updated the logger to include local timestamps (e.g., [2026-05-09 16:19:14]) for better readability and easier debugging. * Profiling Support: Renamed the internal timing flags and scripts for better clarity (changed ENABLE_TIME_FUNCTIONS to ENABLE_PROFILING and renamed build-with-time.sh to build-with-profiling.sh). * Code Cleanup: Removed unused legacy code (fopen and CURLOPT_READFUNCTION) from the new Immich implementation and applied general code formatting across the project. * Documentation: Updated the English and Chinese README.md files to include instructions for configuring the new Immich upload destination.
Systemmodul welches automatisch Signatur-Patches anwendet.
Wenn es beim Patchen mehr als ein Ergebnis gibt, werden nun alle Vorkommnisse gepatcht. Auch wurde ein Patch hinzugefügt, mit dem chinesische GameCards auf einer neueren globalen Firmware ausgeführt werden könnnen.
* adds ability to target more results than first one, if patterns has more than one result.
* adds a patch to NS that forces a 0 to GetGameCardCompatibilityType whenever NS calls for it, so that users who own chinese region ("terra") gamecards can launch their cards while running global firmware version of HorizonOS (i.e. any firmware above CHN 19.0.2)
* also added another decimal so that minor patches can be put out that aren't "worth" updating to.

Nintendo hat heute eine Preiserhöhung für die Nintendo Switch 2 angekündigt.
In Europa verteuert sich die Konsole von 469,99 € auf 499,99 €. Gültig ist der neue Preis ab dem 01. September 2026.
Als Grund gibt Nintendo "veränderte Marktbedingungen" an, die sich noch länger hinziehen werden. Zudem bittet man um Verständnis. In den USA und Kanada wird der Preis um 50 Dollar erhöht, in Japan um 10.000 Yen (ca. 54 €); zudem steigen dort auch die Preise für die originale Nintendo Switch und Nintendo Switch Online.
Aufgrund der hohen Nachfrage nach HBM-RAM für KI-Rechenzentren werden diese vorrangig hergestellt, da diese Aufträge lukrativer sind als die Produktion von DDR5-RAM für Endkunden (welcher bspw. auch in der Switch 2 verwendet wird). Zudem hat Nintendo als japanische Firma mit dem schwachen Yen zu kämpfen und in den USA erschweren Zölle eine langfristige stabile Preisplanung.
Aroma stellt eine verbesserte Homebrew-Umgebung für die Wii U bereit, kann in die "Gesundheits- und Sicherheitswarnungen" injiziert und autogebootet werden. Erweitern lässt sich Aroma durch Plugins.
Mit diesem Update wurden einige Softlocks behoben, die auftraten, wenn Titel vom Wii-U-Menü aus gestartet wurden und wenn Plugins ent-/geladen wurden. Im WUPS Config Menü kann nun das Steuerkreuz unten gehalten werden, um durch das Menü zu scrollen. Ferner wurde die allgemeine Performance des Config Menüs verbessert und lange Namen werden abgeschnitten.
Bug Fixes * Fixed softlocks that could happen when opening titles from the Wii U Menu. * Fixed softlocks that could happen when unloading/loading plugins. * Fixed crashing when using IO during plugin deinitialization. Features and improvements * Added support for holding down navigation buttons to scroll through the configuration menu. * Improved performance of config menu to make it more responsive. * Added automatic name truncation for long item names in config menu. * Empty button combos are now valid combos.
Fügt einige zusätzliche Optionen für den Wii-Modus der Wii U hinzu, u.a. die Anpassung der Bildschirmanzeige.
Auch dieses Plugin unterstützt nun Aroma Beta 26+.
* Update to properly support latest Aroma versions (Thanks @Maschell)
Nimmt Screenshots vom TV- und GamePad-Bildschirm auf.
Screenshots lassen sich wieder als JPG exportieren.
* Fix exporting as jpg