Nach dem Flop der Wii U entwickelte Nintendo das Konzept "Zuhause und unterwegs spielen" weiter und veröffentlichte im März 2017 die Nintendo Switch – mit durchschlagendem Erfolg.
Eine Custom Firmware auszuführen wurde besonders einfach, nachdem ein Hardware-Exploit gefunden wurde, der später nur durch eine neue Hardware-Revision behoben werden konnte. Die Homebrew-Entwicklung verläuft allerdings eher schleppend und die Szene ist seit jeher mit Streitigkeiten überschüttet, die die Community gespalten hat.
Die Switch läutete auch eine Phase ein, in der Nintendo auch rechtlich gegen Homebrew-Entwickler und -Anbieter vorging. So ließen sie auch einige Download-Seiten der WiiDatabase aus dem Google-Index entfernen.
Im Juni 2025 wurde der Nachfolger "Nintendo Switch 2" veröffentlicht.
ScummVM ist eine Software- und Skript-Sammlung, in der zahlreiche nachgebaute Spiel-Engines unter einer gemeinsamen grafischen Benutzeroberfläche zusammengefasst sind.
ScummVM ist eine Software- und Skript-Sammlung, in der zahlreiche nachgebaute Spiel-Engines unter einer gemeinsamen grafischen Benutzeroberfläche zusammengefasst sind.
Die folgenden Spiele werden nun unterstützt:
Nancy Drew: The Haunted Carousel
Nancy Drew: Danger on Deception Island
Noctropolis
Cartoon Carnival
Alfred Pelrock: En Busca de un Sueño
Pilot Brothers: On the Track of Striped Elephant
Pilot Brothers: The Case of Serial Maniac und fünf weitere Spiele mit der gleichen Engine
Dank Google Summer of Code wurden auch zahlreiche kleinere Dinge behoben und angepasst. Den vollständigen Changelog findet ihr auf der ScummVM-Webseite. Der 3DS-Port wurde bislang noch nicht aktualisiert; erfahrungsgemäß dauert das einige Tage.
Patches, die das Aufnehmen von Screenshots und Videos in jedem Spiel erlauben. Umgeht auch nervige Screenshot-Sperren und Copyright-Texte und erlaubt Video-Streaming per SysDVR!
ROM Properties ist eine Shell-Erweiterung für Windows, Linux und BSD, die Informationen und Cover zu vielen Spiel-bezogenen Formaten anzeigt.
PlayStation-TIM-Texture und S98-Audio-Dateien werden jetzt unterstützt. Für Terminals werden nun die Kitty– und Sixel-Protokolle unterstützt, damit Datei-Icons und Banner angezeigt werden können. Die "fw.bu.img" der Wii U wird nun erkannt, genauso wie amiibo v3. Zudem wurde das Icon-Handling unter Windows verbessert. Unten seht ihr den vereinfachten Changelog; den vollständigen findet ihr auf GitHub.
* PlayStation TIM textures
* S98 audio files
* Support for Kitty and Sixel protocols in terminals to display file icons and banners.
* Improvements for Wii U firmware files, amiibo, and Lua bytecode.
* Numerous improvements for Windows icon handling.
* More ARM NEON optimizations.
* Windows icon allback fix for certain types of files, e.g. Powershell scripts.
* GNU gettext is now built as part of rom-properties using a custom CMake build.
* Basic support was added for 22.5.0.
* Atmosphère was updated to use GCC 16/newlib (latest devkitA64/devkitARM releases).
* General system stability improvements to enhance the user's experience.
Nintendo hat ein neues Update für die Switch und Switch 2 veröffentlicht. Diesmal gab es einen Sprung von der 22.1.0 auf die 22.5.0.
Auf der ersten Switch wurde der eShop der Switch 2 zurückportiert, der jetzt auch einen Dark-Mode bei eingestelltem dunklen Theme unterstützt. Zudem kann die Altersbeschränkungs-PIN genutzt werden, um den Zugang zum eShop freizuschalten und gespeicherte Zahlungsmethoden zu verwenden. Wie auf der Switch 2 können mit den ZL- und ZR-Buttons Videos zurück-/vorgespult werden, was auch in den Nachrichten funktioniert.
Nintendo hat eine neue Nintendo-Direct-Ausgabe für morgen, den 09. Juni 2026 um 16:00 Uhr angekündigt. Kurz danach wird auch eine "Treehouse Live" gezeigt, in der verschiedene Spiele angespielt werden.
Die Präsentation wird sich ca. 50 Minuten lang um kommende Spiele für die Nintendo Switch und Nintendo Switch 2 drehen. Ansehen könnt ihr diese auf Nintendos YouTube-Kanal.
Installiert Custom-Themes für die Nintendo Switch ("NXTheme"-Dateien).
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.
Changelog
* 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.
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.
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.
Changelog
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.
Simple Anwendung die die Verbindung zu den Nintendo-Servern prüft und anzeigt, ob diese aktuell geblockt werden.
Das Tool funktioniert wieder mit der neuesten Atmosphère-Version.
* This update builds against the latest libnx so it should now run on the newest atmosphere. Additionally console printing issues were resolved thanks to @drizzt
Patches, die das Aufnehmen von Screenshots und Videos in jedem Spiel erlauben. Umgeht auch nervige Screenshot-Sperren und Copyright-Texte und erlaubt Video-Streaming per SysDVR!
Die Switch-Firmware-Versionen 22.0.0 und 22.1.0 werden unterstützt.
This release adds support for firmware 22.0 and 22.1