Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS Lies WiiDatabase Radar Folge uns auf X (ehem. Twitter) Like uns auf Facebook Trete dem WiiDatabase-Kanal auf Telegram bei und erhalte alle News sofort!

Wir hosten zurzeit 649 Homebrews mit über 4.378.388 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Kategorie: Nintendo Switch: Update

DBI 251

Nintendo Switch, Nintendo Switch: Update ,

DBI

DBI ist (nicht nur) ein klasse NSP-Installer, der NSP, NSZ, XCIs und XCZs von der SD-Karte, per USB oder FTP von einem PC oder von einem angeschlossenen USB-Massenspeichergerät installieren kann. Funktioniert nicht mit der Firmware 21.0.0, wir empfehlen Sphaira.

Die langsame Navigation im Menü wurde behoben und USB 3.0 wird unterstützt – allerdings erst ab der nächsten Atmosphère-Version, wenn "usb30_force_enabled" dann auf "u8!0x1" gesetzt wird.

* Fixed issue with slow movement
* Added support for USB3. Launch atmosphere with fuse-primary.bin

Bitmap Printer v1.2.0

Nintendo Switch, Nintendo Switch: Update ,

Bitmap Printer

Speichert Screenshots als unkomprimierte BMPs, statt komprimierten JPGs – auch in Spielen, die diese verbieten.

Bitmap Printer funktioniert nun auch, wenn es per boot2-Flag gestartet wurde und der Speicherverbrauch wurde halbiert.

* Fix usage if launched with boot2 flag (lol)
* Cleanup to reduce memory footprint
* * This now uses 0x1f000 (~130 000) bytes (last version 0x3f000 (~258 000) bytes)

SysDVR v5.1

Nintendo Switch, Nintendo Switch: Update ,

SysDVR

Überträgt den Bildschirminhalt der Switch auf einen PC.

Neben einigen Bugfixes u.a. zur flüssigen Wiedergabe lassen sich sich Streams jetzt auch als MP4 exportieren. Die Videodatei muss am Ende aber noch mit ffmpeg re-enocdiert werden, wofür folgender Befehl ausreicht:

ffmpeg -i video.mp4 -c:v h264 -c:a aac output.mp4

Näheres im Changelog.

* Fixed random image corruption in certain games, used to happen especially on still images #91
* Fixed USB errors on linux #106
* Export recordings as mp4 files #104
* * The recorded data is not processed to keep the cpu usage low, the output file may be big and not all video players may be able to play it. It's recommended to remux/re-encode the file after recording, an easy way of doing that is with ffmpeg: ffmpeg -i video.mp4 -c:v h264 -c:a aac output.mp4
* * While this seems to work well enough i didn't thoroughly test it with long recordings, please let me know of any issues.
* Reduced stuttering in the built-in video player
* The "simple network mode" RTSP server should now be more reliable and works in most video players

nxdumptool v1.1.13

Nintendo Switch, Nintendo Switch: Update ,

nxdumptool

Mit dem nxdumptool von DarkMatterCore lassen sich Nintendo-Switch-Cartridges und installierte Spiele, Updates und DLCs dumpen und durchsuchen.

Dieses Update bringt lediglich einige Bugfixes. Ein größerer Rewrite soll in Zukunft folgen.

* Fixed compatibility with latest libnx release.
* Now using the AtmosphereHasService SM API extension to check if a service is running. More than a year and a half has passed since this feature was introduced in Atmosphère, and it is now part of both SX OS and ReiNX, so it's a justified change. Fixes issues related to sysmodules and SM port exhaustion.

DBI 233

Nintendo Switch, Nintendo Switch: Update ,

DBI

DBI ist (nicht nur) ein klasse NSP-Installer, der NSP, NSZ, XCIs und XCZs von der SD-Karte, per USB oder FTP von einem PC oder von einem angeschlossenen USB-Massenspeichergerät installieren kann. Funktioniert nicht mit der Firmware 21.0.0, wir empfehlen Sphaira.

Neben Unicode-Support wurden auch Freezes behoben, die bei einem fehlerhaften MTP-Datentransfer auftraten.

* Full unicode support
* Fixed freezes when MTP transfering data is wrong

UAE4All2 Mod v2.00

Nintendo Switch, Nintendo Switch: Update ,

UAE4All2 Mod

Ein Commodore-Amiga-Emulator für die Nintendo Switch.

Trotz der Major-Version und des relativ langen Zeitraums von über einem Jahr bringt dieses Update nichts weiter als einen Fix für den Standby-Modus.

allow suspend/resume again. On Switch, it was fixed in SDK. On Vita, please install fd_fix plugin to prevent corruption on resume.

Homebrew Details v1.03

Nintendo Switch, Nintendo Switch: Update ,

Homebrew Details

Eine hübsche Alternative zum Homebrew Menu, die sich grafisch am Menü der Switch orientiert.

Auf dem Hauptbildschirm werden Infos angezeigt und mehrere Bugs wurden behoben, insbesondere auf das Lesen der Homebrew-Infos aus der NACP.

Feature:
* Info module on main screen

Tweaks:
* Battery info notice when info not available

Crash Fixes:
* Check text encoding before writing to json
* Stricter validation of nacp info to avoid crashing or reading garbage

DBI 229

Nintendo Switch, Nintendo Switch: Update ,

DBI

DBI ist (nicht nur) ein klasse NSP-Installer, der NSP, NSZ, XCIs und XCZs von der SD-Karte, per USB oder FTP von einem PC oder von einem angeschlossenen USB-Massenspeichergerät installieren kann. Funktioniert nicht mit der Firmware 21.0.0, wir empfehlen Sphaira.

Zwei Probleme wurden behoben: Eines mit kyrillischen Account-Namen und eines bei dem der Bildschirm geblinkt hat, wenn MTP ohne Kabel aufgerufen wurde.

* Fixed issue with blinking screen on MTP without cable
* Fixed issue with cyrillic account names while saves restoring

Atmosphère v0.18.1

Nintendo Switch, Nintendo Switch: Update

Atmosphère

Custom Firmware für die Nintendo Switch.

Signatur-Patches

Signatur-Patches für Custom Firmware zur Installation von unsignierten NSPs und konvertierten XCIs.

Ein Fehler in "dns.mitm" wurde behoben, der zu einem Absturz führte, wenn u.a. Werbung auf YouTube blockiert wurde. Aufgrund eines Fehler in "ams.mitm" funktionierten auch einige DLCs nicht korrekt.

* A number of minor issues were fixed, including:
* * The new dns.mitm module added in 0.18.0 no longer fatal errors when receiving port=nullptr.
* * * This fixes youtube ad-blocking, and possibly other usecases.
* * A bug was fixed that caused ams.mitm to incorrectly cache data storages.
* * * This potentially broke DLC when using romfs mods, and could have caused other issues (e.g. with custom themes, and maybe other cases).
* * A bug was fixed in power state control module registration.
* * * This might fix a weird edge case with system module dependencies on sleep/wake, but probably nobody should notice any differences.
* * A bug was fixed where mesosphere sometimes treated virtual core IDs as though they were physical core IDs.
* * * This had zero impact, because for Switch virtual core == physical core, but it could have affected future platforms if it had remained unresolved.
* Several issues were fixed, and usability and stability were improved.

DBI 228

Nintendo Switch, Nintendo Switch: Update ,

DBI

DBI ist (nicht nur) ein klasse NSP-Installer, der NSP, NSZ, XCIs und XCZs von der SD-Karte, per USB oder FTP von einem PC oder von einem angeschlossenen USB-Massenspeichergerät installieren kann. Funktioniert nicht mit der Firmware 21.0.0, wir empfehlen Sphaira.

Nach der Installation von Titeln über MTP wird der verbleibende Speicherplatz automatisch aktualisiert.

Dynamic update of storage sizes directly after install via MTP

Homebrew Details v1.01

Nintendo Switch, Nintendo Switch: Update

Homebrew Details

Eine hübsche Alternative zum Homebrew Menu, die sich grafisch am Menü der Switch orientiert.

Eine neue Forwarder-NSP ist enthalten, die auch aus anderen Pfaden und andere Versionen booten kann. Ferner kann der Changelog angesehen werden und das Blacklisting von Homebrews wurde behoben.

Changelog

Features:
* New "What's New" panel on main screen that shows recent changelogs (like this!)
* New Forwarder .nsp installable to your home menu

Fixes:
* Tiny potential problem affecting early 1.0 updates fixed
* Fix situation where blacklists may not apply

New Forwarder Overview:
* Display versions of HB-D on your card
* Choose and run your choice manually
* Automatically run your choice without additional input
* Included in this update and can be found at "sdmc:/config/homebrew_details_next/forwarder/HomebrewDetailsForwarder_v2.nsp"

DBI 227

Nintendo Switch, Nintendo Switch: Update ,

DBI

DBI ist (nicht nur) ein klasse NSP-Installer, der NSP, NSZ, XCIs und XCZs von der SD-Karte, per USB oder FTP von einem PC oder von einem angeschlossenen USB-Massenspeichergerät installieren kann. Funktioniert nicht mit der Firmware 21.0.0, wir empfehlen Sphaira.

Zur Kompilierung wurde lediglich die neueste Version des Datenkompressionsalgorithmus zstd verwendet

Built with latest zstd

Goldleaf v0.9 mit USB-Support und 11.0.0-/11.0.1-Unterstützung

Nintendo Switch, Nintendo Switch: Update ,

Da es immer wieder Probleme mit Goldleaf gab, empfehlen wir, DBI oder den AtmoXL Titel Installer zu verwenden.

Nach einer Pause von mehr als einem Jahr unterstützt Goldleaf endlich die Firmware 11.0.0 und 11.0.1. Außerdem lassen sich Speicherdaten durchsuchen und Firmware-Pakete installieren (wobei Daybreak von Atmosphère hier eher empfohlen wird). Der emuiibo-Manager wurde entfernt und Dateiendungen mit beliebiger Groß- und Kleinschreibungen werden korrekt erkannt. Neu ist auch endlich der USB-Support – FAT32, exFAT und NTFS werden unterstützt.

Das Zurücksetzten der Spiele-Version (wenn ein Spiele-Update gelöscht wurde) funktioniert nun tatsächlich und das Farbschema wird zufällig durchgewechselt. Wie immer wurden auch zahlreiche Fehler behoben.

Changelog

General
* Simplified directory deleting logic for both Goldleaf and Quark, making everything less slower (thanks @pheki)

Goldleaf
* Introducing savedata browsing! select a game from the game manager menu, and mount it's savedata. Note that, if you forget to unmount them manually, they will be automatically unmounted when Goldleaf is exited
* Support for firmware installing, via Atmosphere's ams:su service extension!
* Now fatal crashes are avoided, and Goldleaf will just display an error message via the console's error applet, and save its own report with information about the crash/error.
* Simplified and cleaned a lot of internal code, hopefully making everything more stable
* Updated libnx and Plutonium - this implies support for previously unsupported special text (Japanese and Chinese characters, etc.) with last Plutonium
* Removed emuiibo manager - emuiibo's overlay is now the optimal and recommended manager for emuiibo
* Amiibo dumping support was updated to match emuiibo's format
* Non-lowercase file extensions (.TXT, .biN, .Nsp, etc.) are now properly supported
* Fixed resetting a title's launch version, which wasn't properly implemented on previous releases
* Now dumped firmware will be compatible with Atmosphere's Daybreak firmware tool, deprecating Choi support (as Daybreak is a better and safer alternative)
* Removed support for dumping firmware as NSP packages, as no relevent firmware tool makes use of that format
* Reboot-to-payload functionality (which can be used with .bin files) has been internally improved with Atmosphere's bpc:ams extensions
* rainbow Random color schemes/pallets are used by default now, instead of default light/dark blue schemes
* Fixed a small bug where no personalized tickets would be detected if no common tickets were present in the console
* Introducing USB drive support, thanks to me and DarkMatterCore's new project: libusbhsfs, a library to include USB drive support in your homebrew projects!
* * Both FAT (including exFAT) and NTFS filesystems are supported ;)
* Other minor code improvements or small bug fixes

Quark
* Several improvements related to various small errors
* From now on, two different builds will be compiled/released: one for Java 8 and one for Java 9 or higher, in order to avoid version issues