diff --git a/README.md b/README.md index 3abf8bc..ea7bcf3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ OmniNX ist ein vollständiges Custom-Firmware-Setup für die Nintendo Switch, ve * **Sicherheit und Patches** – sys-patch, DNS-MitM, USB 3.0 Force * **Modulare Struktur** – Build-Skripte für einfaches Erstellen der Packs * **RAM-Patcher-Packages** – Optionale Speicher-Konfigurationen (Default, RAM Patch, 4GB Kip, etc.) +* **sys-ticon (Standard, damit auch OC)** – Home-Menü: eigene Icons, Titel, Herausgeber und Versionsanzeige ([sys-ticon](https://github.com/masagrator/sys-ticon)) ## Varianten @@ -68,6 +69,7 @@ OmniNX ist ein vollständiges Custom-Firmware-Setup für die Nintendo Switch, ve * **Memory Kit / Memory Config** – Mesosphere- und Speicher-Optionen * **Alchemist** – pchtxt- und Contents-Verwaltung * **OmniNX Downloader** – Apps, Overlays, Sysmodules, OS, Updater +* **[sys-ticon](https://github.com/masagrator/sys-ticon)** (Standard; OC-Pack enthält Standard-Inhalt) – Sysmodule für qlaunch: Icons, Titel, Publisher und `display_version` pro Titel-ID (`atmosphere/contents//`, `config.ini`, optional `icon.jpg` / `icon174.jpg`) * **[Horizon OC](https://github.com/Horizon-OC/Horizon-OC)** (OC-Variante) – Open-Source-Overclocking für Atmosphere (KIP, Overlay, Konfiguration) ### **5. Konfiguration und Themes** @@ -146,6 +148,7 @@ Die verwendeten Projekte unterliegen ihren jeweiligen Lizenzen. Das OmniNX-Pack * **ITotalJustice** – Sphaira, DNS_mitm Tester, Modchip-Toolboxen und mehr * **WerWolv** – Tesla-Menü & EdiZon * **Sthetix** – Lockpick RCM Pro +* **MasaGratoR (masagrator)** – [sys-ticon](https://github.com/masagrator/sys-ticon) * **NiklasCFW** & **Woody-NX** – OmniNX-Pack-Erstellung; Vorgänger NiklasCFW Pack ## Support diff --git a/variants/standard/atmosphere/contents/00FF747765616BFF/exefs.nsp b/variants/standard/atmosphere/contents/00FF747765616BFF/exefs.nsp new file mode 100644 index 0000000..ea00900 Binary files /dev/null and b/variants/standard/atmosphere/contents/00FF747765616BFF/exefs.nsp differ diff --git a/variants/standard/atmosphere/contents/00FF747765616BFF/flags/boot2.flag b/variants/standard/atmosphere/contents/00FF747765616BFF/flags/boot2.flag new file mode 100644 index 0000000..e69de29 diff --git a/variants/standard/atmosphere/contents/00FF747765616BFF/toolbox.json b/variants/standard/atmosphere/contents/00FF747765616BFF/toolbox.json new file mode 100644 index 0000000..bf3749f --- /dev/null +++ b/variants/standard/atmosphere/contents/00FF747765616BFF/toolbox.json @@ -0,0 +1,6 @@ +{ + "name": "sys-ticon", + "tid": "00FF747765616BFF", + "requires_reboot": true, + "version": "1.0.7" +}