Zum Inhalt springen
Menü

Theme ändern
Unterstütze uns
PayPal-Logo Patreon-Logo
Abonniere uns per RSS 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 643 Homebrews mit über 3.511.164 Downloads!

Nützliche Links
Kategorien
Archiv
Über uns

Kategorie: Nintendo Switch: Update

4NXCI v3.05

Nintendo Switch, Nintendo Switch: Update ,

4NXCI

Konvertiert Spiele von XCI in NSP.

Custom XCIs lassen sich fehlerfrei in NSPs umwandeln und einige weitere Fehler wurden behoben. Des Weiteren wird bei der GUI-Version der Zielort nun auf den gleichen Ordner wie die XCI gestellt.

* Fixed support for XCIs with non-title crypto updates (Custom XCIs)
* Fixed a bug cause temp folder doesn't get deleted after conversion is done when xci contains update
4NXCI-GUI:
* Removed read only from xci, output and keys fields.
* Used tabIndex property to allow proper tab browsing in order.
* Set output folder equal to folder where XCI is located. If an output folder was selected previously, doesn't change anything.
* Browse dialog for output folder now automatically selects the folder in text field, if set.
4NXCI-GUI changes credits: https://github.com/TehPsychedelic

SX Installer v1.3

Nintendo Switch, Nintendo Switch: Update ,

HTTPS wird unterstützt und Bilder werden direkt über eine verschlüsselte Verbindung heruntergeladen. Dies macht auch das "Bilder vorladen" Feature stabiler. Verzeichnisse können kopiert, wieder eingefügt und auch gelöscht werden (letzteres auch für Standard-Verzeichnisse) und die Übersetzungen wurden aktualisiert. Ferner werden NSPs, die in Zukunft 7.0.0 voraussetzen, unterstützt. Das heißt NICHT, dass ihr auf 7.0.0 aktualisieren könnt/sollt!

* https support added.
* Images now download faster, directly through https.
* "Preload images" more stable.
* Directories can be copy+pasted, and also deleted in the file browser.
* Default locations can now be deleted.
* Improved USB stability.
* Misc UI enhancements.
* Improved language translations.
* Nut network server requires latest version.
* Added support for 7.0.

mGBA v0.7.0

3DS, 3DS: Update, Nintendo Switch, Nintendo Switch: Update, vWii, Wii, Wii: Update , ,

mGBA Switch

Ein sehr guter Game-Boy-Advance-Emulator.

mGBA 3DS

Emuliert den Game Boy, Game Boy Color und Game Boy Advance.

mGBA Wii

Ein sehr guter Game-Boy-Advance-Emulator.

Diese Version stellt die erste stabile Version des Nintendo-Switch-Ports dar! Im Gegensatz zur Vorabversion unterstützt diese auch Rumble und den Gyrosensor. Auch kann der Bildschirmmodus gestreckt werden.

In der 3DS-Version wird außerdem die Game Boy Camera unterstützt! In den Optionen kann zwischen der Front- und Hinterkamera gewechselt werden.

Auch wird in allen Versionen der Super Game Boy unterstützt. Das BIOS kann auch gewählt werden, ebenso wie das automatische Laden und Speichern von Savestates.

EdiZon v2.1.0

Nintendo Switch, Nintendo Switch: Update , ,

EdiZon

Ein praktischer Speicherdaten-Editor und Cheat-Manager. Wird nicht mehr weiterentwickelt – verwende stattdessen das EdiZon-Overlay.

Speicherdaten lassen sich jetzt direkt auf transfer.sh hochladen. Auch wurde ein Button-Widget hinzugefügt, welches eine Funktion in der Script-Datei ausführt und Message-Boxen verhindern, dass es so aussieht, als hätte sich die Switch beim Aktualisieren von EdiZon und Hochladen eines Speicherstandes aufgehangen.

* Added save file upload to https://transfer.sh! Special thanks to @StevenMattera for his server side script :)
* Added button widget that executes a function in the script file
* Added message boxes when updating EdiZon/configs and uploading a save file to avoid the switch looking locked up.
* Added more debug logs to help script creators

Kosmos v11.9

Nintendo Switch, Nintendo Switch: Update

hekate

hekate ist ein hübscher Bootloader und Firmware-Patcher, der u.a. NAND-Backups und einen EmuMMC erstellen kann.

Wie bei Atmosphère kann nach einem Fatal-Error neu gestartet werden, ohne über den Tegra Recovery Mode zu müssen. Außerdem wurden alle enthaltenen Anwendungen aktualisiert und eine SDSetup-Anwendung hinzugefügt.

[UPDATE] Atmosphère v0.8.3

Nintendo Switch, Nintendo Switch: Update

Atmosphère

Custom Firmware für die Nintendo Switch.

UPDATE: Wer die ZIP vor dem 24.01.2019 um 20:58 Uhr  21:14 Uhr heruntergeladen hatte, sollte diese nochmal herunterladen.  Es wurden ein paar Speicher- und Deadlockprobleme behoben.

Der Standby-Modus funktioniert nun bei gedowngradeten NANDs und alle Titel können mit dem Homebrew Launcher überschrieben werden. Mithilfe der "/atmosphere/system_settings.ini" lassen sich außerdem Einstellungen festlegen – so wird per Standard das Error-Report-Uploading deaktiviert und USB 3.0 aktiviert. Ein "reboot_to" Payload wurde hinzugefügt, der es ermöglicht, bei einem Fatal-Error (mit Atmosphères Fehler-Bildschirm) neu zu starten, ohne in den RCM booten zu müssen. Dazu muss nur einer der Lautstärketasten gedrückt werden!

Wie immer gab es auch zahlreiche Bugfixes, insbesondere in Bezug auf mitm (LayeredFS).

Changelog

* A custom warmboot firmware was implemented, which does not perform anti-downgrade fuse checks.
* * This fixes sleep mode when using a downgraded NAND.
* * This also removes Atmosphère's final dependency on Nintendo's encrypted PK11 binary; all components are now re-implemented.
* The ExternalContentSource API was changed to not clear on failure.
* Content override now supports an "app" setting, that causes all applications to be overridden with HBL instead of a specific title.
* * Note: because override keys are system-wide, using this setting will prevent using mods in games (as every game will be HBL).
* A bug was fixed causing incorrect fatal-error output when svcBreak was called on 5.0.0+.
* An extension was added to set.mitm to support customization of system settings.
* * These are controlled by atmosphere/system_settings.ini, see here for documentation.
* * By default, this is used to disable error report uploading, and enable USB 3.0 superspeed when possible.
* An extension was added to sm, adding a new sm:dmnt service.
* * This can be used by a debug monitor in order to debug the registration state of various other services.
* A bug was fixed in the MitM API that could sometimes cause a system hang during boot.
* A change was made to the MitM API: in cases where sm would have returned 0xE15 when installing a mitm service, it now defers the result (following GetService semantics).
* Support for booting into maintenance mode by holding */- was added to PM.
* An extension was added to exosphere, adding a custom SMC that allows for DMA to IRAM.
* In addition, smcGetConfig was extended to reboot to a payload in IRAM at 0x40010000 when ConfigItem 65001 is set to 2.
* * Fatal will now use this to reboot to sdmc:/atmosphere/reboot_payload.bin if present, when a vol button is pressed.
* * An example homebrew ("reboot_to_payload") was also written and is now included with Atmosphère.
* General system stability improvements to enhance the user's experience.

4NXCI v3.00

Nintendo Switch, Nintendo Switch: Update , ,

4NXCI

Konvertiert Spiele von XCI in NSP.

Eine Version mit grafischer Oberfläche ist jetzt verfügbar. Ferner wurden die Argumente "–rename" und "–keepncaid" hinzugefügt, mit denen der Titelname zum Benennen der NSP und die originalen NCA-IDs in der CNMT benutzt werden können.

* Added 4NXCI-GUI
* Added --rename option for using titlename instead of titleid for naming nsps
* Added --keepncaid option for keeping original nca ids in cnmt
* 4NXCI now only looks for section 0 in program nca for main.npdm
* Removed dummy tik and cert option

EdiZon v2.0.1

Nintendo Switch, Nintendo Switch: Update , ,

EdiZon

Ein praktischer Speicherdaten-Editor und Cheat-Manager. Wird nicht mehr weiterentwickelt – verwende stattdessen das EdiZon-Overlay.

In dieser Version wurde Python als Skriptsprache hinzugefügt. Außerdem können Speicherstände einfach wiederhergestellt werden, indem sie in "/Edizon/restore/" verschoben werden. Zu guter Letzt werden noch die Autoren oder der Autor für die jeweilige Config-Datei angezeigt.

Changelog

v2.0.1:
* Fixed backups not being listed correctly when trying to restore them
* Fixed reversed Editable titles / All titles text in main menu
* Fixed menu scrolling with 10 titles

v2.0.0:
* Python support! You heard right. You can now make scripts for EdiZon in the language everybody loves!
* Easy way of restoring saves. Just put them in the /EdiZon/restore folder and they will automatically show up for every game you have.
* Added an author key to every config. This means the person who made the save editor now gets credited in EdiZon.
* Added a file to every /EdiZon/ folder that displays what game this folder belongs to.
* Cleaned up the UI a bit

Goldleaf v0.3

Nintendo Switch, Nintendo Switch: Update ,

Diese Version unterstützt die offizielle Software-Tastatur und ermöglicht das Erstellen von neuen leeren Dateien und Ordnern mit L und R im Dateibrowser. Die PRODINFO-Partition kann durchsucht werden und die keys.dat wird nun aus dem Ordner "SD://switch/" gelesen. Außerdem wurden zahlreiche Fehler behoben, und installierte Titel lassen sich als NSP dumpen.

Ein Account-Manager zum Löschen und Umbenennen von Accounts so wie zum Ersetzen des User-Icons ist auch mit an Board – letzteres empfehlen wir aber nicht, da es zu einem Bann kommen wird. Wer die NSP installiert kann außerdem auch den internen Web-Browser der Switch aufrufen!

Changelog

* Now it's checked that the base folders inside "sd:/goldleaf" are created before entering certain menus.
* File browsers won't refresh the current directory's contents after copying a file as it was pointless and caused delay.
* This version of Goldleaf supports libnx v2.0.0, which fixed a few bugs with USB, and also added native keyboard support.
* Now files and directories can be renamed in file browsers using the native keyboard.
* Now new files or directories can be created (files will be empty) by pressing L (for files) or R (for directories) in a file browser.
* Now the star feature, NSP dumping! This is quite experimental though, and could be unstable. Be careful using it!
* Another console memory partition can be browsed appart from the three others: PRODINFOF
* Brief information about the different partitions is displayed when selecting the console memory browser.
* The path of the key file has been moved from "sd:/goldleaf/" to "sd:/switch/" as other homebrews use this path.
* After removing tickets no dialog will be shown, the footer will inform of the process instead.
* The top part of Goldleaf has been redesigned, which has a mini-text for the current menu. (e.g. current directory in SD card or console memory browsers)
* A warning dialog is displayed selecting USB installation as it's quite unstable for the moment.
* Fixed small bugs with SD card NSP installation.
* Now file/directory copying has a progress bar to follow the copy process, instead of freezing the UI.
* WEB BROWSER! Yeah, you've read right, Goldleaf is the first homebrew tool to provide support for the console's internal browser.
* Account manager! You can replace user's icon, delete them or rename them. Anyway, replacing the icon can be dangerous and banbait!
* Now no cert files are required to install a ticket, not even with NSP installs or USB installs. Goldleaf contains the public cert directly.
* Minor fixes on several dialogs and texts.

NX-Shell v1.20

Nintendo Switch, Nintendo Switch: Update

NX-Shell

NX-Shell ist ein Dateimanager für die Nintendo Switch und eine Portierung von 3DShell.

Die offizielle Software-Tastatur wird jetzt benutzt und das Kopieren von/zu anderen Mountpunkten funktioniert nun auch. Der freie Speicher wird korrekt angezeigt, ebenso wie die Fortschrittsleisten. Zu guter Letzt werden noch Cover-Bilder für MP3-Dateien angezeigt, wenn diese in den ID3v2-Tags vorhanden sind.

* Now uses official software keyboard with text validation for creating/renaming folders and files.
* Refactored FS code to support copying to/from other mount points. (copying files now uses internal fs functions)
* Properly get free/max storage for each partition using FS rather than NS.
* Fixed progress bar from incorrectly blending into the background.
* Update SDL_FontCache to v0.10 and revert back to using the Roboto font - which now properly displays accented characters such as é.
* Display MP3 id3v2 cover art image if found.

UAE4All2 Mod v1.90 -> v1.91

Nintendo Switch, Nintendo Switch: Update ,

UAE4All2 Mod

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

UPDATE: v1.91 fügt ein Widescreen-Menü hinzu und unterstützt echte USB-Tastaturen und -Mäuse. Auch wurden die Slowdowns bei der Rückkehr aus dem Standby behoben.

In dieser Version lässt sich eines von vier Tastatur-Designs auswählen und beim Beenden per HOME wird der Emulator sauber beendet. Außerdem wurde das Darstellen des Savestate-Menüs beschleunigt, wenn Thumbnails aktiviert sind.

v1.91:
* widescreen menu
* physical keyboard and mouse support also on Switch. All keyboards I tried seem to work. Not many mice work. The Logitech M187 mouse seems to work fine.
* on Switch, no more slow-down when returning from sleep (thanks @Cpasjuste)

v1.90:
* Add keyboard style option with many choices: original, warm, cool, dark (thanks @wronghands)
* On Switch, quit gracefully when using home button to exit
* Speed up rendering of savestate menu when thumbnails are displayed

Danke an DJCoci für den Hinweis!

pPlay v1.5

Nintendo Switch, Nintendo Switch: Update , ,

pPlay

Ein Video-Player für die Nintendo Switch.

Die Dateierweiterung "rmvb" und Audiofrequenzen kleiner als 48000 werden unterstützt. Außerdem wurden einige Fehler wie abgeschnittene Untertitel und Probleme mit dem HOME-Button wenn pPlay als NSP ausgeführt wird behoben.

* enable rmvb extension support
* increase subtitle atlas size, should/may fix truncated subtitles
* fix pause/resume when using home button
* fix audio synchronization when using home button
* reset osd play button when seeking
* allow audio frequency < 48000