diff --git a/Switch/.overlays/BatteryChargeInfoNX.ovl b/Switch/.overlays/BatteryChargeInfoNX.ovl deleted file mode 100644 index a4324d8..0000000 Binary files a/Switch/.overlays/BatteryChargeInfoNX.ovl and /dev/null differ diff --git a/Switch/.overlays/Status-Monitor-Overlay.ovl b/Switch/.overlays/Status-Monitor-Overlay.ovl deleted file mode 100644 index aad1c17..0000000 Binary files a/Switch/.overlays/Status-Monitor-Overlay.ovl and /dev/null differ diff --git a/Switch/.overlays/desktop.ini b/Switch/.overlays/desktop.ini deleted file mode 100644 index d957fd1..0000000 --- a/Switch/.overlays/desktop.ini +++ /dev/null @@ -1,4 +0,0 @@ -[ViewState] -Mode= -Vid= -FolderType=Generic diff --git a/Switch/.overlays/ldnmitm_config.ovl b/Switch/.overlays/ldnmitm_config.ovl deleted file mode 100644 index a5f8356..0000000 Binary files a/Switch/.overlays/ldnmitm_config.ovl and /dev/null differ diff --git a/Switch/.overlays/ovlEdiZon.ovl b/Switch/.overlays/ovlEdiZon.ovl deleted file mode 100644 index 72a795d..0000000 Binary files a/Switch/.overlays/ovlEdiZon.ovl and /dev/null differ diff --git a/Switch/.overlays/ovlSysmodules.ovl b/Switch/.overlays/ovlSysmodules.ovl deleted file mode 100644 index cbbc66d..0000000 Binary files a/Switch/.overlays/ovlSysmodules.ovl and /dev/null differ diff --git a/Switch/.overlays/ovlmenu.ovl b/Switch/.overlays/ovlmenu.ovl deleted file mode 100644 index d9af599..0000000 Binary files a/Switch/.overlays/ovlmenu.ovl and /dev/null differ diff --git a/Switch/.overlays/sys-patch-overlay.ovl b/Switch/.overlays/sys-patch-overlay.ovl deleted file mode 100644 index f40e198..0000000 Binary files a/Switch/.overlays/sys-patch-overlay.ovl and /dev/null differ diff --git a/Switch/.overlays/tetris.ovl b/Switch/.overlays/tetris.ovl deleted file mode 100644 index de45fa2..0000000 Binary files a/Switch/.overlays/tetris.ovl and /dev/null differ diff --git a/Switch/.packages/Broomstick/README.md b/Switch/.packages/Broomstick/README.md deleted file mode 100644 index 6491132..0000000 --- a/Switch/.packages/Broomstick/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Broomstick (now deprecated on v1.3.9+) - -The Broomstick package allows you to offload and restore specific overlays on your device. - -## Configuration - -The `package.ini` file contains the following configurations: - -- `[Offload Overlays]`: Moves selected overlays to a designated offload directory. -- `[Restore Overlays]`: Restores previously offloaded overlays back to their original location. - -Each configuration has a set of commands that perform the offloading or restoration of overlays. - -## Usage - -To use Broomstick: - -1. Open the `package.ini` file located in the `examples/Broomstick` directory. -2. Uncomment the desired configuration and its corresponding commands by removing the semicolon (`;`) at the beginning of each line. -3. Save the `package.ini` file after making the necessary changes. -4. Copy the `Broomstick` directory to your device under the appropriate location. - -Note: Offloading overlays can help improve performance and free up system resources, but it may also affect the functionality of certain features or applications that rely on those overlays. Use this feature with caution and ensure that you understand the potential implications. - -## Additional Information - -For more details on the Ultrahand Overlay project and its features, please refer to the [official GitHub repository](https://github.com/ppkantorski/Ultrahand-Overlay). diff --git a/Switch/.packages/Broomstick/config.ini b/Switch/.packages/Broomstick/config.ini deleted file mode 100644 index 1becba2..0000000 --- a/Switch/.packages/Broomstick/config.ini +++ /dev/null @@ -1 +0,0 @@ -404: Not Found \ No newline at end of file diff --git a/Switch/.packages/Broomstick/package.ini b/Switch/.packages/Broomstick/package.ini deleted file mode 100644 index 4b45d25..0000000 --- a/Switch/.packages/Broomstick/package.ini +++ /dev/null @@ -1,43 +0,0 @@ -;creator=ppkantorski -;version=0.4.0 -;about='This package contains commands to hide and show your overlays and packages.' - -[*Toggle Overlay] -;mode=toggle -filter /switch/.overlays/ovlmenu.ovl -on: - file_source /switch/.overlays/*.ovl - mkdir /switch/.overlays/.offload/ - move {file_source} /switch/.overlays/.offload/ -off: - file_source /switch/.overlays/.offload/*.ovl - move {file_source} /switch/.overlays/ - -[*Toggle Package] -;mode=toggle -filter /switch/.packages/Broomstick/ -on: - filter /switch/.packages/.offload/ - file_source /switch/.packages/*/ - mkdir /switch/.packages/.offload/ - move {file_source} /switch/.packages/.offload/{file_name}/ -off: - file_source /switch/.packages/.offload/*/ - move {file_source} /switch/.packages/{file_name}/ - -[Enable Overlays] -move /switch/.overlays/.offload/InfoNX-ovl.ovl /switch/.overlays/ -move /switch/.overlays/.offload/QuickNTP.ovl /switch/.overlays/ -move /switch/.overlays/.offload/sysdvr-overlay.ovl /switch/.overlays/ -move /switch/.overlays/.offload/ovlSysmodules.ovl /switch/.overlays/ -move /switch/.overlays/.offload/sys-patch-overlay.ovl /switch/.overlays/ - -[Disable Overlays] -mkdir /switch/.overlays/.offload/ -move /switch/.overlays/InfoNX-ovl.ovl /switch/.overlays/.offload/ -move /switch/.overlays/QuickNTP.ovl /switch/.overlays/.offload/ -move /switch/.overlays/sysdvr-overlay.ovl /switch/.overlays/.offload/ -move /switch/.overlays/ovlSysmodules.ovl /switch/.overlays/.offload/ -move /switch/.overlays/sys-patch-overlay.ovl /switch/.overlays/.offload/ - -[Package Info] diff --git a/Switch/.packages/Cool Curves/README.md b/Switch/.packages/Cool Curves/README.md deleted file mode 100644 index a8030ac..0000000 --- a/Switch/.packages/Cool Curves/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# Cool Curves - -The "Cool Curves" package is a part of the Ultrahand Overlay project, which provides a fully craft-able overlay executor. This example demonstrates how to configure and set temperature-related settings in the system_settings.ini file for different temperature ranges. - -## Configuration - -To configure the temperature-related settings yourself, follow these steps: - -1. Make sure you have the necessary tools and files for the Ultrahand-Overlay project. -2. Locate the `package.ini` file in the `examples/Cool Curves` directory. -3. Open the `package.ini` file in a text editor. - -## Temperature Settings - -The `package.ini` file contains temperature settings for different temperature ranges. Each temperature range is associated with specific configurations for the console and handheld devices. Here are the available temperature ranges and their configurations: - -### Max Temp 54°C - -- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]] -- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]] -- `holdable_tskin`: 60000 (hex value: 0xEA60) -- `touchable_tskin`: 60000 (hex value: 0xEA60) - -### Max Temp 56°C - -- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]] -- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]] -- `holdable_tskin`: 60000 (hex value: 0xEA60) -- `touchable_tskin`: 60000 (hex value: 0xEA60) - -### Max Temp 58°C - -- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]] -- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]] -- `holdable_tskin`: 60000 (hex value: 0xEA60) -- `touchable_tskin`: 60000 (hex value: 0xEA60) - -### Max Temp 60°C - -- Console: `tskin_rate_table_console_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]] -- Handheld: `tskin_rate_table_handheld_on_fwdbg`: [[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]] -- `holdable_tskin`: 60000 (hex value: 0xEA60) -- `touchable_tskin`: 60000 (hex value: 0xEA60) - -## Important Notes - -- Before modifying any settings, it is recommended to create a backup of the original `system_settings.ini` file. -- Ensure that you understand the consequences of changing the temperature settings and their impact on your system's performance and stability. - - -## Acknowledgments - -Special thanks to B3711. diff --git a/Switch/.packages/Cool Curves/config.ini b/Switch/.packages/Cool Curves/config.ini deleted file mode 100644 index 1becba2..0000000 --- a/Switch/.packages/Cool Curves/config.ini +++ /dev/null @@ -1 +0,0 @@ -404: Not Found \ No newline at end of file diff --git a/Switch/.packages/Cool Curves/package.ini b/Switch/.packages/Cool Curves/package.ini deleted file mode 100644 index dfb679e..0000000 --- a/Switch/.packages/Cool Curves/package.ini +++ /dev/null @@ -1,36 +0,0 @@ -;creator=ppkantorski -;version=0.2.0 - -[Max Temp 54°C] -copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak -set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handhelset-inid_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 54000, 128, 255], [54000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc holdable_tskin u32!0xEA60 -set-ini-val /atmosphere/config/system_settings.ini tc touchable_tskin u32!0xEA60 - -[Max Temp 56°C] -copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak -set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 56000, 128, 255], [56000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc holdable_tskin u32!0xEA60 -set-ini-val /atmosphere/config/system_settings.ini tc touchable_tskin u32!0xEA60 - -[Max Temp 58°C] -copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak -set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 58000, 128, 255], [58000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc holdable_tskin u32!0xEA60 -set-ini-val /atmosphere/config/system_settings.ini tc touchable_tskin u32!0xEA60 - -[Max Temp 60°C] -copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak -set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 60000, 128, 255], [60000, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc holdable_tskin u32!0xEA60 -set-ini-val /atmosphere/config/system_settings.ini tc touchable_tskin u32!0xEA60 - -[Package Info] diff --git a/Switch/.packages/Easy Installer/README.md b/Switch/.packages/Easy Installer/README.md deleted file mode 100644 index 0eb8b2b..0000000 --- a/Switch/.packages/Easy Installer/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# Easy Installer - -The Easy Installer package allows you to effortlessly update and install various overlays and packages on your device. - -## Overview - -This README file provides essential information about the Easy Installer, including its features and usage instructions. - -## Features - -- **Automatic Updates**: Easy Installer automatically fetches the latest overlays and packages, ensuring you have the most up-to-date software. -- **Effortless Installation**: Installing overlays and packages is as simple as a few clicks or commands. -- **Customizable**: You can easily customize the installation process to suit your preferences. - -## Configuration - -The `package.ini` file contains the configuration settings for Easy Installer. You can adjust these settings to tailor the installation process to your needs. - -## Installation - -To use Easy Installer: - -1. Modify `package.ini` along with the `json repository files` with your desired homebrew/commands. (not necessary) -2. Save the `package.ini` file after making any changes. -3. Move the `package.ini` and the `json repository files` to `/switch/.packages/Easy Installer/`. -4. Run from the Packages menu on Ultrahand. - -## Additional Information - -For more details on the Easy Installer and its features, please refer to the [official GitHub repository](https://github.com/ppkantorski/Ultrahand-Overlay). diff --git a/Switch/.packages/Easy Installer/config.ini b/Switch/.packages/Easy Installer/config.ini deleted file mode 100644 index 1becba2..0000000 --- a/Switch/.packages/Easy Installer/config.ini +++ /dev/null @@ -1 +0,0 @@ -404: Not Found \ No newline at end of file diff --git a/Switch/.packages/Easy Installer/music.json b/Switch/.packages/Easy Installer/music.json deleted file mode 100644 index faa02a7..0000000 --- a/Switch/.packages/Easy Installer/music.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "Wii U System Soundtrack - be patient", - "label": "Wii U System Soundtrack", - "url": "https://archive.org/compress/wiiumusic/formats=VBR%20MP3&file=/wiiumusic.zip" - }, - { - "name": "Wii System Soundtrack - be patient", - "label": "Wii System Soundtrack", - "url": "https://archive.org/compress/wii-system-soundtrack-flac/formats=VBR%20MP3&file=/wii-system-soundtrack-flac.zip" - }, - { - "name": "Undertale OST - be patient", - "label": "Undertale OST", - "url": "https://archive.org/compress/undertaleost_202004/formats=VBR%20MP3&file=/undertaleost_202004.zip" - }, - { - "name": "Pokémon Diamond & Pokémon Pearl: Super Music Collection - be patient", - "label": "Pokémon Diamond & Pokémon Pearl: Super Music Collection", - "url": "https://archive.org/compress/pkmn-dppt-soundtrack/formats=VBR%20MP3&file=/pkmn-dppt-soundtrack.zip" - }, - { - "name": "JSR + JSRF OST - be patient", - "label": "JSR + JSRF OST", - "url": "https://archive.org/compress/08.-electric-tooth-brush/formats=VBR%20MP3&file=/08.-electric-tooth-brush.zip" - } -] diff --git a/Switch/.packages/Easy Installer/overlays.json b/Switch/.packages/Easy Installer/overlays.json deleted file mode 100644 index e5c6934..0000000 --- a/Switch/.packages/Easy Installer/overlays.json +++ /dev/null @@ -1,67 +0,0 @@ -[ - { - "name": "EdiZon - latest", - "zip-url": "https://api.github.com/repos/proferabg/EdiZon-Overlay/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "FPSLocker - latest", - "ovl-url": "https://api.github.com/repos/masagrator/FPSLocker/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "Fizeau - latest", - "zip-url": "https://api.github.com/repos/averne/Fizeau/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "nx-ovlloader - latest", - "zip-url": "https://api.github.com/repos/WerWolv/nx-ovlloader/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "QuickNTP - latest", - "ovl-url": "https://api.github.com/repos/nedex/QuickNTP/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "SaltyNX - latest", - "zip-url": "https://api.github.com/repos/masagrator/SaltyNX/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "Status Monitor (a) - latest", - "ovl-url": "https://api.github.com/repos/ppkantorski/Status-Monitor-Overlay/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "Switch-OC-Suite - latest", - "zip-url": "https://api.github.com/repos/hanai3Bi/Switch-OC-Suite/releases?per_page=1&sort=created&order=desc", - "download-entry": "1" - }, - { - "name": "SysDVR - latest", - "zip-url": "https://api.github.com/repos/exelix11/SysDVR/releases?per_page=1&sort=created&order=desc", - "download-entry": "3" - }, - { - "name": "SysDVR Overlay - latest", - "zip-url": "https://api.github.com/repos/Hartie95/sysdvr-overlay/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "sys-ftpd-light - latest", - "zip-url": "https://api.github.com/repos/cathery/sys-ftpd/releases/latest", - "download-entry": "0" - }, - { - "name": "sys-patch - latest", - "zip-url": "https://api.github.com/repos/ITotalJustice/sys-patch/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - }, - { - "name": "TriPlayer - latest", - "zip-url": "https://api.github.com/repos/DefenderOfHyrule/TriPlayer/releases?per_page=1&sort=created&order=desc", - "download-entry": "0" - } -] diff --git a/Switch/.packages/Easy Installer/package.ini b/Switch/.packages/Easy Installer/package.ini deleted file mode 100644 index 1471572..0000000 --- a/Switch/.packages/Easy Installer/package.ini +++ /dev/null @@ -1,75 +0,0 @@ -;version=0.3.4 -;creator=ppkantorski -;about='This package contains commands to update/install a variety of overlays and packages.' - -[*Install Overlay] -json_file_source '/switch/.packages/Easy Installer/overlays.json' name - -try: -delete /config/ultrahand/downloads/zip-url.json -download {json_file_source(*,zip-url)} /config/ultrahand/downloads/zip-url.json -json_file /config/ultrahand/downloads/zip-url.json -download {json_file(0,assets,{json_file_source(*,download-entry)},browser_download_url)} /config/ultrahand/downloads/{json_file(0,assets,{json_file_source(*,download-entry)},name)} -unzip /config/ultrahand/downloads/{json_file(0,assets,{json_file_source(*,download-entry)},name)} /config/ultrahand/downloads/zip-url/ -move /config/ultrahand/downloads/zip-url/ / -delete /config/ultrahand/downloads/{json_file(0,assets,{json_file_source(*,download-entry)},name)} -delete /config/ultrahand/downloads/zip-url.json - -try: -delete /config/ultrahand/downloads/zip-url-version.json -download {json_file_source(*,zip-url-version)} /config/ultrahand/downloads/zip-url-version.json -json_file /config/ultrahand/downloads/zip-url-version.json -download {json_file(assets,{json_file_source(*,download-entry)},browser_download_url)} /config/ultrahand/downloads/{json_file(assets,{json_file_source(*,download-entry)},name)} -unzip /config/ultrahand/downloads/{json_file(assets,{json_file_source(*,download-entry)},name)} /config/ultrahand/downloads/zip-url-version/ -move /config/ultrahand/downloads/zip-url-version/ / -delete /config/ultrahand/downloads/{json_file(assets,{json_file_source(*,download-entry)},name)} -delete /config/ultrahand/downloads/zip-url-version.json - -try: -; for if file is .ovl -delete /config/ultrahand/downloads/ovl-url.json -download {json_file_source(*,ovl-url)} /config/ultrahand/downloads/ovl-url.json -json_file /config/ultrahand/downloads/ovl-url.json -download {json_file(0,assets,{json_file_source(*,download-entry)},browser_download_url)} /config/ultrahand/downloads/{json_file(0,assets,{json_file_source(*,download-entry)},name)} -move /config/ultrahand/downloads/{json_file(0,assets,{json_file_source(*,download-entry)},name)} /switch/.overlays/ -delete /config/ultrahand/downloads/ovl-url.json - -[*Install Package] -try: -json_file_source '/switch/.packages/Easy Installer/packages.json' name -download {json_file_source(*,file-1-url)} /switch/.packages/{json_file_source(*,label)}/ -download {json_file_source(*,file-2-url)} /switch/.packages/{json_file_source(*,label)}/ -download {json_file_source(*,file-3-url)} /switch/.packages/{json_file_source(*,label)}/ -download {json_file_source(*,file-4-url)} /switch/.packages/{json_file_source(*,label)}/ -download {json_file_source(*,file-5-url)} /switch/.packages/{json_file_source(*,label)}/ - -[*Install Music] -try: -json_file_source '/switch/.packages/Easy Installer/music.json' name -delete /config/ultrahand/downloads/music.zip -download {json_file_source(*,url)} /config/ultrahand/downloads/music.zip -unzip /config/ultrahand/downloads/music.zip /music/{json_file_source(*,label)}/ -;delete /config/ultrahand/downloads/music.zip - -[*Install Others] -[FPSLocker-Warehouse - latest] -try: -download https://github.com/masagrator/FPSLocker-Warehouse/archive/refs/heads/main.zip /config/ultrahand/downloads/FPSLocker-Warehouse-main.zip -unzip /config/ultrahand/downloads/FPSLocker-Warehouse-main.zip /config/ultrahand/downloads/ -move /config/ultrahand/downloads/FPSLocker-Warehouse-main/SaltySD/ /SaltySD/ -move /config/ultrahand/downloads/FPSLocker-Warehouse-main/atmosphere/ /atmosphere/ -delete /config/ultrahand/downloads/FPSLocker-Warehouse-main/ -delete /config/ultrahand/downloads/FPSLocker-Warehouse-main.zip - -[Switch-OC-Suite (no kip) - latest] -try: -download https://github.com/hanai3Bi/Switch-OC-Suite/releases/latest/download/AIO.zip /config/ultrahand/downloads/ -unzip /config/ultrahand/downloads/AIO.zip /config/ultrahand/downloads/AIO/ -move /config/ultrahand/downloads/AIO/atmosphere/contents/ /atmosphere/contents/ -move /config/ultrahand/downloads/AIO/config/ /config/ -move /config/ultrahand/downloads/AIO/switch/ /switch/ -delete /config/ultrahand/downloads/AIO/ -delete /config/ultrahand/downloads/AIO.zip - -[Commands] -[Package Info] diff --git a/Switch/.packages/Easy Installer/packages.json b/Switch/.packages/Easy Installer/packages.json deleted file mode 100644 index 47918d4..0000000 --- a/Switch/.packages/Easy Installer/packages.json +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "name": "NiklasCFW Downloader - latest", - "label": "NiklasCFW und Firmware Downloader", - "file-1-url": "https://raw.githubusercontent.com/Woody-NX/NiklasCFW_Pack/refs/heads/main/Switch/.packages/NiklasCFW%20und%20Firmware%20Downloader/package.ini" - }, - { - "name": "Broomstick - latest", - "label": "Broomstick", - "file-1-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Broomstick/config.ini" - }, - { - "name": "Cool Curves - latest", - "label": "Cool Curves", - "file-1-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Cool%20Curves/config.ini" - }, - { - "name": "Easy Installer - latest", - "label": "Easy Installer", - "file-1-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Easy%20Installer/config.ini", - "file-2-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Easy%20Installer/overlays.json", - "file-3-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Easy%20Installer/packages.json", - "file-4-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Easy%20Installer/music.json" - }, - { - "name": "Host Guard - latest", - "label": "Host Guard", - "file-1-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Host%20Guard/config.ini", - "file-2-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Host%20Guard/emummc.txt", - "file-3-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Host%20Guard/sysmmc.txt" - }, - { - "name": "Mod Master - latest", - "label": "Mod Master", - "file-1-url": "https://raw.githubusercontent.com/ppkantorski/Ultrahand-Overlay/main/examples/Mod%20Master/config.ini" - } -] diff --git a/Switch/.packages/Easy Installer/update/packages.json b/Switch/.packages/Easy Installer/update/packages.json deleted file mode 100644 index ffb3f7f..0000000 --- a/Switch/.packages/Easy Installer/update/packages.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "name": "NiklasCFW Downloader - latest", - "label": "NiklasCFW und Firmware Downloader", - "file-1-url": "https://raw.githubusercontent.com/Woody-NX/NiklasCFW_Pack/refs/heads/main/Switch/.packages/NiklasCFW%20und%20Firmware%20Downloader/package.ini" - } -] diff --git a/Switch/.packages/Memory Config/config.ini b/Switch/.packages/Memory Config/config.ini deleted file mode 100644 index 9508d69..0000000 --- a/Switch/.packages/Memory Config/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[*Copy Buffer] -system=default -mode=option -grouping=default -footer= diff --git a/Switch/.packages/Memory Config/package.ini b/Switch/.packages/Memory Config/package.ini deleted file mode 100644 index 4dbd858..0000000 --- a/Switch/.packages/Memory Config/package.ini +++ /dev/null @@ -1,60 +0,0 @@ -;title='Memory Config' -;creator='ppkantorski' -;version=0.1.4 -;about='This package was designed to manipulate various Ultrahand Package memory settings.' -;color=red - -[@Configure] -[Configure Buffers] - -[*Copy Buffer] -;mode=option -list_source '(256, 512, 1024, 2048, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 65536)' -set-ini-val /config/ultrahand/config.ini ultrahand copy_buffer_size {list_source(*)} -set-footer '{list_source(*)}' - -[*Download Buffer] -;mode=option -list_source '(256, 512, 1024, 2048, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 65536, 98304, 131072, 262144)' -set-ini-val /config/ultrahand/config.ini ultrahand download_buffer_size {list_source(*)} -set-footer '{list_source(*)}' - -[*Unzip Buffer] -;mode=option -list_source '(256, 512, 1024, 2048, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 65536)' -set-ini-val /config/ultrahand/config.ini ultrahand unzip_buffer_size {list_source(*)} -set-footer '{list_source(*)}' - -[*Hex Buffer] -;mode=option -list_source '(256, 512, 1024, 2048, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 65536)' -set-ini-val /config/ultrahand/config.ini ultrahand hex_buffer_size {list_source(*)} -set-footer '{list_source(*)}' - - -[Configure Threads] -[*Interpreter Heap] -;mode=option -list_source '(0x4000, 0x5000, 0x6000, 0x7000, 0x8000, 0x9000, 0x10000, 0x11000, 0x12000, 0x13000, 0x14000, 0x16000)' -set-ini-val /config/ultrahand/config.ini ultrahand interpreter_heap {list_source(*)} -set-footer '{list_source(*)}' - - -[@Actions] -[Actions] -[Remove Buffers] -remove-ini-key /config/ultrahand/config.ini ultrahand copy_buffer_size -remove-ini-key /config/ultrahand/config.ini ultrahand download_buffer_size -remove-ini-key /config/ultrahand/config.ini ultrahand unzip_buffer_size -remove-ini-key /config/ultrahand/config.ini ultrahand hex_buffer_size -remove-ini-section ./config.ini '*Copy Buffer' -remove-ini-section ./config.ini '*Download Buffer' -remove-ini-section ./config.ini '*Unzip Buffer' -remove-ini-section ./config.ini '*Hex Buffer' - -[Reset Heap] -remove-ini-key /config/ultrahand/config.ini ultrahand interpreter_heap -remove-ini-section ./config.ini '*Interpreter Heap' -set-ini-section - -[Package Info] diff --git a/Switch/.packages/Mod Alchemist/config.ini b/Switch/.packages/Mod Alchemist/config.ini deleted file mode 100644 index e3c55a8..0000000 --- a/Switch/.packages/Mod Alchemist/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[*Toggle?1] -system=default -mode=toggle -grouping=split3 -footer= diff --git a/Switch/.packages/Mod Alchemist/package.ini b/Switch/.packages/Mod Alchemist/package.ini deleted file mode 100644 index 2bfb82c..0000000 --- a/Switch/.packages/Mod Alchemist/package.ini +++ /dev/null @@ -1,270 +0,0 @@ -;title='Mod Alchemist' -;creator=ppkantorski -;version=0.4.7 -;about='This package was designed for managing, converting, and installing mods.' -;credits='Fl4sh9174, KeatonTheBot, StevensND, theboy181' -;color=#8e43f7 - -[@Enhance] - -[Aktive Mods] - -[*exeFS Patches?1] -[*Toggle?1] -;mode=toggle -;grouping=split3 -filter /atmosphere/exefs_patches/am/ -filter /atmosphere/exefs_patches/es_patches/ -filter /atmosphere/exefs_patches/nfim_ctest/ -filter /atmosphere/exefs_patches/vi_patches/ -filter /atmosphere/exefs_patches/btm_patches/ -filter /atmosphere/exefs_patches/bluetooth_patches/ -filter /atmosphere/exefs_patches/NxThemesInstaller/ -on: - filter /atmosphere/exefs_patches/.offload/ - file_source /atmosphere/exefs_patches/*/ - mkdir /atmosphere/exefs_patches/.offload/ - move {file_source} '/atmosphere/exefs_patches/.offload/{file_name}/' -off: - file_source /atmosphere/exefs_patches/.offload/*/ - move {file_source} '/atmosphere/exefs_patches/{file_name}/' - - -[*Delete?1] -;grouping=split3 -filter /atmosphere/exefs_patches/am/ -filter /atmosphere/exefs_patches/es_patches/ -filter /atmosphere/exefs_patches/nfim_ctest/ -filter /atmosphere/exefs_patches/vi_patches/ -filter /atmosphere/exefs_patches/btm_patches/ -filter /atmosphere/exefs_patches/bluetooth_patches/ -filter /atmosphere/exefs_patches/NxThemesInstaller/ -file_source /atmosphere/exefs_patches/.offload/*/ -file_source /atmosphere/exefs_patches/*/ -delete {file_source} - -[gap] -;mode=table -;background=false -;gap=20 - -[exefs info] -;mode=table -;background=false -;alignment=left -;offset=20 -;spacing=10 -''='Deine installierten IPS mods werden hier angezeigt.' - - - -[Aktive Mods] - -[*exeFS Groups] -[*Suchmuster?active] -;mode=option -list_file_source './search_patterns.txt' -set-footer '{list_file_source(*)}' - -[*Suchergebnisse?active] -;mode=toggle -;grouping=split3 -ini_file './config.ini' -file_source '/atmosphere/exefs_patches/*{ini_file("*Search Pattern?active",footer)}*/'' -filter /atmosphere/exefs_patches/am/ -filter /atmosphere/exefs_patches/es_patches/ -filter /atmosphere/exefs_patches/nfim_ctest/ -filter /atmosphere/exefs_patches/vi_patches/ -filter /atmosphere/exefs_patches/btm_patches/ -filter /atmosphere/exefs_patches/bluetooth_patches/ -filter /atmosphere/exefs_patches/NxThemesInstaller/ -on: - filter /atmosphere/exefs_patches/.offload/ - file_source '/atmosphere/exefs_patches/*{ini_file("*Search Pattern?active",footer)}*/ - move {file_source} '/atmosphere/exefs_patches/.offload/{file_name}/' -off: - file_source '/atmosphere/exefs_patches/.offload/*{ini_file("*Search Pattern?active",footer)}*/' - move {file_source} '/atmosphere/exefs_patches/{file_name}/' - -[Aktiviere Alle] -ini_file './config.ini' -move '/atmosphere/exefs_patches/.offload/*{ini_file("*Search Pattern",footer)}*/' /atmosphere/exefs_patches/ - -[Deaktiviere Alle] -ini_file './config.ini' -move '/atmosphere/exefs_patches/*{ini_file("*Search Pattern",footer)}*/' /atmosphere/exefs_patches/.offload/ - -[gap] -;mode=table -;background=false -;gap=20 - -[group info] -;mode=table -;background=false -;alignment=left -;offset=7 -;spacing=10 -''='Patterns can be added to "search_patterns.txt"' - - - -[Aktive Mods] - -[*Contents Mods?1] -[*Toggle?2] -;mode=toggle -;grouping=split3 - -on: - file_source './contents/.loaded/*/' - delete '{file_source}duplicates.txt' - compare './contents/.loaded/{split({file_name}," - ",0)}*/location_on.txt' '{file_source}location_on.txt' '{file_source}duplicates.txt' - move -src '{file_source}location_on.txt' -dest '{file_source}location_off.txt' -copy_filter '{file_source}duplicates.txt' - delete {file_source} -off: - filter './contents/.loaded/' - file_source './contents/*/' - move {file_source} '/atmosphere/contents/' -log_src './contents/.loaded/{file_name}/location_off.txt' -log_dest './contents/.loaded/{file_name}/location_on.txt' - - -[*Delete?2] -;grouping=split3 -file_source './contents/.loaded/*/' -file_source './contents/*/' -compare './contents/.loaded/{split({file_name}," - ",0)}*/location_on.txt' '{file_source}location_on.txt' '{file_source}duplicates.txt' -delete -src '{file_source}location_on.txt' -filter '{file_source}duplicates.txt' -delete {file_source} - -[gap] -;mode=table -;background=false -;gap=20 - -[contents info] -;mode=table -;background=false -;alignment=left -;offset=6 -;spacing=10 - -'For managing content mods installed in'='' -''='"/switch/.packages/Mod Alchemist/contents/"' - - - -[Konvertiere Mods] - -[*pchtxt -> ips] -;grouping=split2 -file_source './pchtxts/*/*.pchtxt' -mkdir "/atmosphere/exefs_patches/{folder_name}/" -pchtxt2ips "{file_source}" "/atmosphere/exefs_patches/{folder_name}/" - -[*pchtxt -> cheat] -;grouping=split2 -file_source './pchtxts/*/*.pchtxt' -pchtxt2cheat "{file_source}" - - - - -#[gap] -#;mode=table -#;background=false -#;gap=16 - - -[*Lösche pchtxt] -;grouping=split2 -file_source './pchtxts/*/*.pchtxt' -delete "{file_source}" - - - -#[gap] -#;mode=table -#;background=false -#;gap=20 -# -#[pchtxt info] -#;mode=table -#;background=false -#;alignment=left -#;offset=9 -#;spacing=10 -# -#'"/{GAME} - {MOD}/{VERSION}.pchtxt" go in'='' -#''='"/switch/.packages/Mod Alchemist/pchtxts/"' - - -[@Integrate] - -[Mod Repos] - -[*Installiere pchtxt] -[*Fl4sh9174's Mods] -;grouping=split2 -file_source './repos/Fl4sh9174/*/*.pchtxt' -cp "{file_source}" './pchtxts/{folder_name}/' - -[*KeatonTheBot's Mods] -;grouping=split2 -file_source './repos/KeatonTheBot/*/*.pchtxt' -cp "{file_source}" './pchtxts/{folder_name}/' - -[*StevensND's Mods] -;grouping=split2 -file_source './repos/StevensND/*/*.pchtxt' -cp "{file_source}" './pchtxts/{folder_name}/' - -[*theboy181's Mods] -;grouping=split2 -file_source './repos/theboy181/*/*.pchtxt' -cp "{file_source}" './pchtxts/{folder_name}/' - - -[gap] -;mode=table -;background=false -;gap=40 - -[*Suchmuster?repo] -;mode=option -list_file_source './search_patterns.txt' -set-footer '{list_file_source(*)}' - -[*Suchergebnisses?repo] -;grouping=split2 -ini_file './config.ini' -file_source './repos/*/*{ini_file("*Search Pattern?repo",footer)}*/*.pchtxt' -cp "{file_source}" './pchtxts/{folder_name}/' - - - -[*Extrahiere Repos] -[Fl4sh9174's Mods] -unzip './repos/Fl4sh9174.zip' './repos/Fl4sh9174/' - -[KeatonTheBot's Mods] -unzip './repos/KeatonTheBot.zip' './repos/KeatonTheBot/' - -[StevensND's Mods] -unzip './repos/StevensND.zip' './repos/StevensND/' - -[theboy181's Mods] -unzip './repos/theboy181.zip' './repos/theboy181/' - - -[Software aktualisieren] - -[Aktualisiere Mod Alchemist] -try: -delete /config/ultrahand/downloads/mod_alchemist/ -mkdir /config/ultrahand/downloads/mod_alchemist/ -download https://github.com/ppkantorski/Mod-Alchemist/archive/refs/heads/main.zip /config/ultrahand/downloads/mod_alchemist/ -unzip /config/ultrahand/downloads/mod_alchemist/main.zip /config/ultrahand/downloads/mod_alchemist/ -mv './search_patterns.txt' '/config/ultrahand/downloads/mod_alchemist/Mod-Alchemist-main/Mod Alchemist/search_patterns.txt' -mv '/config/ultrahand/downloads/mod_alchemist/Mod-Alchemist-main/Mod Alchemist/' ./ - -[Package Info] diff --git a/Switch/.packages/Mod Alchemist/repos/Fl4sh9174.zip b/Switch/.packages/Mod Alchemist/repos/Fl4sh9174.zip deleted file mode 100644 index 78d537e..0000000 Binary files a/Switch/.packages/Mod Alchemist/repos/Fl4sh9174.zip and /dev/null differ diff --git a/Switch/.packages/Mod Alchemist/repos/KeatonTheBot.zip b/Switch/.packages/Mod Alchemist/repos/KeatonTheBot.zip deleted file mode 100644 index d69e3c1..0000000 Binary files a/Switch/.packages/Mod Alchemist/repos/KeatonTheBot.zip and /dev/null differ diff --git a/Switch/.packages/Mod Alchemist/repos/StevensND.zip b/Switch/.packages/Mod Alchemist/repos/StevensND.zip deleted file mode 100644 index 8d5c2da..0000000 Binary files a/Switch/.packages/Mod Alchemist/repos/StevensND.zip and /dev/null differ diff --git a/Switch/.packages/Mod Alchemist/repos/theboy181.zip b/Switch/.packages/Mod Alchemist/repos/theboy181.zip deleted file mode 100644 index 1dd6860..0000000 Binary files a/Switch/.packages/Mod Alchemist/repos/theboy181.zip and /dev/null differ diff --git a/Switch/.packages/Mod Alchemist/search_patterns.txt b/Switch/.packages/Mod Alchemist/search_patterns.txt deleted file mode 100644 index 418ea99..0000000 --- a/Switch/.packages/Mod Alchemist/search_patterns.txt +++ /dev/null @@ -1,20 +0,0 @@ -21.9 -Ultrawide -UltraWide -1080 -FPS -fps -Dynamic -FXAA -LOD -Detail -AA -Disable -Force -Blur -cap -SuperSampling -DOF -Scaling -Shadow -Outline diff --git a/Switch/.packages/Mod Master/README.md b/Switch/.packages/Mod Master/README.md deleted file mode 100644 index 7f32c01..0000000 --- a/Switch/.packages/Mod Master/README.md +++ /dev/null @@ -1,36 +0,0 @@ -# Mod Master (now deprecated, replaced with Mod Alchemist) - -The Mod Master package provides various modifications and enhancements for your device. - -## Configuration - -The `package.ini` file contains the following configurations: - -- `[*Toggle exeFS Patches]`: Toggles exeFS patches by selection. -- `[*Toggle Content Mods]`: Toggles content modifications by selection. - - Mods are sorted accordingly within `/switch/.packages/Mod Master////...` -- `[Enable 21:9 Mods]`: Enables 21:9 aspect ratio modifications. -- `[Disable 21:9 Mods]`: Disables 21:9 aspect ratio modifications. - -Each configuration has a set of commands that perform the corresponding actions. The commands include moving, deleting, creating directories, and copying files to specific locations on your device. - -## Obtaining Mods - -To use the mods provided in the Mod Master package, you will need to obtain them separately. The mods should be placed in the appropriate folders within the `Mod Master` directory. - -Please refer to the shared documentation or additional resources to acquire the specific mods you are interested in. Once you have obtained the mods, place them in the corresponding folders within the `Mod Master` directory. - -## Usage - -To use Mod Master: - -1. Open the `package.ini` file located in the `examples/Mod Master` directory. -2. Uncomment the desired configuration and its corresponding commands by removing the semicolon (`;`) at the beginning of each line. -3. Save the `package.ini` file after making the necessary changes. -4. Copy the `Mod Master` directory to your switch under `/config/ultrahand/` by placing it in that location. - -Note: Make sure you have organized the mods properly within the subdirectories as mentioned in the "Obtaining Mods" section. - -## Additional Information - -For more details on the Ultrahand Overlay project and its features, please refer to the [official GitHub repository](https://github.com/ppkantorski/Ultrahand-Overlay). diff --git a/Switch/.packages/Mod Master/config.ini b/Switch/.packages/Mod Master/config.ini deleted file mode 100644 index 1becba2..0000000 --- a/Switch/.packages/Mod Master/config.ini +++ /dev/null @@ -1 +0,0 @@ -404: Not Found \ No newline at end of file diff --git a/Switch/.packages/Mod Master/package.ini b/Switch/.packages/Mod Master/package.ini deleted file mode 100644 index ddc4fa6..0000000 --- a/Switch/.packages/Mod Master/package.ini +++ /dev/null @@ -1,53 +0,0 @@ -;creator=ppkantorski -;version=0.4.0 - - -[*exeFS Patches] -;mode=toggle -on: - filter /atmosphere/exefs_patches/.offload/ - file_source /atmosphere/exefs_patches/*/ - mkdir /atmosphere/exefs_patches/.offload/ - move {file_source} /atmosphere/exefs_patches/.offload/{file_name}/ -off: - file_source /atmosphere/exefs_patches/.offload/*/ - move {file_source} /atmosphere/exefs_patches/{file_name}/ - -[*Contents Mods] -;mode=toggle -;grouping=split -on: - file_source '/switch/.packages/Mod Master/.onload/*/*/' - mirror_delete {file_source} /atmosphere/contents/ - move {file_source} '/switch/.packages/Mod Master/{folder_name}/{file_name}/' -off: - filter '/switch/.packages/Mod Master/.onload/' - file_source '/switch/.packages/Mod Master/*/*/' - mirror_copy {file_source} /atmosphere/contents/ - move {file_source} '/switch/.packages/Mod Master/.onload/{folder_name}/{file_name}/' - - -[Enable 21:9 Mods] -move /atmosphere/exefs_patches/.offload/*21.9/ /atmosphere/exefs_patches/ -;for TOTK 21:9 mods - -mkdir '/switch/.packages/Mod Master/.onload/' -mkdir '/switch/.packages/Mod Master/.onload/TOTK/' -mkdir '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' -move '/switch/.packages/Mod Master/TOTK/UIFix_21.9/' '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' - -move '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/' '/switch/.packages/Mod Master/TOTK/BlackScreenFix/' -mirror_delete '/switch/.packages/Mod Master/TOTK/BlackScreenFix/' /atmosphere/contents/ -mirror_copy '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' /atmosphere/contents/ - -[Disable 21:9 Mods] -mkdir /atmosphere/exefs_patches/.offload/ -move /atmosphere/exefs_patches/*21.9/ /atmosphere/exefs_patches/.offload/ -;for TOTK 21:9 mods - -move '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' '/switch/.packages/Mod Master/TOTK/UIFix_21.9/' -mirror_delete '/switch/.packages/Mod Master/TOTK/UIFix_21.9/' /atmosphere/contents/ -move '/switch/.packages/Mod Master/TOTK/BlackScreenFix/' '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/' -mirror_copy '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/' /atmosphere/contents/ - -[Package Info] diff --git a/Switch/.packages/NiklasCFW und Firmware Downloader/config.ini b/Switch/.packages/NiklasCFW und Firmware Downloader/config.ini deleted file mode 100644 index 464c7df..0000000 --- a/Switch/.packages/NiklasCFW und Firmware Downloader/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[NiklasCFW Downloader] -system=default -mode=default -grouping=default -footer= \ No newline at end of file diff --git a/Switch/.packages/NiklasCFW und Firmware Downloader/package.ini b/Switch/.packages/NiklasCFW und Firmware Downloader/package.ini deleted file mode 100644 index 3bc3b44..0000000 --- a/Switch/.packages/NiklasCFW und Firmware Downloader/package.ini +++ /dev/null @@ -1,73 +0,0 @@ -;about= -;title=NiklasCFW_Pack -;version=1.1.1 -;creator=Woody2408 - -;[*Add-Ons] -;[Lakka Switch 5.0.7] -;try: -;download 'https://le.builds.lakka.tv/Switch.aarch64/Lakka-Switch.aarch64-5.0.7z' '/config/ultrahand/downloads/Lakka-Switch.aarch64-5.0.7z' -;unzip '/config/ultrahand/downloads/Lakka-Switch.aarch64-5.0.7z' '/' -;delete '/config/ultrahand/downloads/Lakka-Switch.aarch64-5.0.7z' -;delete '/bootloader/ini/Lakka.ini' -;delete '/CHANGELOG.md' - -[*CFW_Pack] -[NiklasCFW_Pack 1.1.1] -try: -download 'https://github.com/Woody-NX/NiklasCFW_Pack/releases/download/1.1.1/NiklasCFW_Pack.zip' '/config/ultrahand/downloads/NiklasCFW_Pack.zip' -unzip '/config/ultrahand/downloads/NiklasCFW_Pack.zip' '/' -delete '/config/ultrahand/downloads/NiklasCFW_Pack.zip' - -[*Firmware] -[Firmware 20.1.5] -try: -mkdir '/Firmware.20.1.5/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/20.1.5/Firmware.20.1.5.zip' '/config/ultrahand/downloads/Firmware.20.1.5.zip' -unzip '/config/ultrahand/downloads/Firmware.20.1.5.zip' '/Firmware.20.1.5/' -delete '/config/ultrahand/downloads/Firmware.20.1.5.zip' - -[*Firmware Archiv] -[Firmware 20.1.1] -try: -mkdir '/Firmware.20.1.1/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/20.1.1/Firmware.20.1.1.zip' '/config/ultrahand/downloads/Firmware.20.1.1.zip' -unzip '/config/ultrahand/downloads/Firmware.20.1.1.zip' '/Firmware.20.1.1/' -delete '/config/ultrahand/downloads/Firmware.20.1.1.zip' - -[Firmware 20.1.0] -try: -mkdir '/Firmware.20.1.0/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/20.1.0/Firmware.20.1.0.zip' '/config/ultrahand/downloads/Firmware.20.1.0.zip' -unzip '/config/ultrahand/downloads/Firmware.20.1.0.zip' '/Firmware.20.1.0/' -delete '/config/ultrahand/downloads/Firmware.20.1.0.zip' - -[Firmware 20.0.1] -try: -mkdir '/Firmware.20.0.1/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/20.0.1/Firmware.20.0.1.zip' '/config/ultrahand/downloads/Firmware.20.0.1.zip' -unzip '/config/ultrahand/downloads/Firmware.20.0.1.zip' '/Firmware.20.0.1/' -delete '/config/ultrahand/downloads/Firmware.20.0.1.zip' - -[Firmware 19.0.1] -try: -mkdir '/Firmware.19.0.1/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/19.0.1/Firmware.19.0.1.zip' '/config/ultrahand/downloads/Firmware.19.0.1.zip' -unzip '/config/ultrahand/downloads/Firmware.19.0.1.zip' '/Firmware.19.0.1/' -delete '/config/ultrahand/downloads/Firmware.19.0.1.zip' - -[Firmware 18.0.1] -try: -mkdir '/Firmware.18.0.1/' -download 'https://github.com/THZoria/NX_Firmware/releases/download/18.0.1/Firmware.18.0.1.zip' '/config/ultrahand/downloads/Firmware.18.0.1.zip' -unzip '/config/ultrahand/downloads/Firmware.18.0.1.zip' '/Firmware.18.0.1/' -delete '/config/ultrahand/downloads/Firmware.18.0.1.zip' - -[*Update_Checker] -[*NiklasCFW_Pack 1.1.1] -try: -json_file_source '/switch/.packages/NiklasCFW und Firmware Downloader/packages.json' name -download {json_file_source(*,file-1-url)} /switch/.packages/{json_file_source(*,label)}/ - -[Commands] -[Package Info] diff --git a/Switch/.packages/NiklasCFW und Firmware Downloader/packages.json b/Switch/.packages/NiklasCFW und Firmware Downloader/packages.json deleted file mode 100644 index ffb3f7f..0000000 --- a/Switch/.packages/NiklasCFW und Firmware Downloader/packages.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "name": "NiklasCFW Downloader - latest", - "label": "NiklasCFW und Firmware Downloader", - "file-1-url": "https://raw.githubusercontent.com/Woody-NX/NiklasCFW_Pack/refs/heads/main/Switch/.packages/NiklasCFW%20und%20Firmware%20Downloader/package.ini" - } -] diff --git a/Switch/.packages/OC Toolkit/README.md b/Switch/.packages/OC Toolkit/README.md deleted file mode 100644 index 957d113..0000000 --- a/Switch/.packages/OC Toolkit/README.md +++ /dev/null @@ -1,91 +0,0 @@ -# OC Toolkit (mariko only) - -The OC Toolkit package provides various options for adjusting the clock speeds, voltages and timings of your device. - -**WARNING: DO NOT USE YET IF YOU DO NOT KNOW WHAT YOU ARE DOING** - -## Configurations - -The `package.ini` file contains the following configurations: - -## CPU - -### Undervolt Mode (CPU) -- Configuration: `[*Undervolt Mode?CPU]` -- Options: `(0, 1, 2, 3, 4, 5, 6)` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 40 0{list_source(*)}` - -### GPU UV3 Configuration -- Configuration: `[GPU UV3 Configuration]` -- JSON File Source: `/switch/.packages/OC Toolkit/mariko/gpu_uv3.json` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 148 {json_file_source(*,hex)}` - -## RAM - -### RAM Frequency -- Configuration: `[*Frequency?RAM]` -- JSON File Source: `/switch/.packages/OC Toolkit/mariko/ram_freqs.json` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 32 {json_file_source(*,hex)}` - -### RAM Vddq Configuration -- Configuration: `[*Vddq]` -- JSON File Source: `/switch/.packages/OC Toolkit/mariko/ram_vddq.json` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 36 {json_file_source(*,hex)}` - -### RAM Vdd2 Configuration -- Configuration: `[*Vdd2]` -- JSON File Source: `/switch/.packages/OC Toolkit/mariko/ram_vdd2.json` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 16 {json_file_source(*,hex)}` - -### RAM Timings (DRAM) -- Configuration: `[*Timings][*DRAM]` -- JSON File Source: `/switch/.packages/OC Toolkit/mariko/ram_dram_timing.json` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 8 {json_file_source(*,hex)}` - -### EMC DVB Table -- Configuration: `[*EMC DVB Table]` -- Options: `(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 48 0{list_source(*)}` - -### Core 1 Configuration -- Configuration: `[*Core 1]` -- Options: `(0, 1, 2, 3, 4, 5, 6)` -- KIP File Modification: `/atmosphere/kips/loader.kip CUST 52 0{list_source(*)}` - -## Commands - -### Profile -- Configuration: `[*Profile]` -- Current Slot Options: `(0, 1, 2, 3, 4, 5, 6)` - -### Backup Configuration -- Configuration: `[Backup]` -- INI File: `/switch/.packages/OC Toolkit/config.ini/` -- Create Directory: `/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Current Slot",footer)}/` -- Copy KIP File: `/atmosphere/kips/loader.kip '/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Current Slot",footer)}/loader.kip'` - -### Restore Configuration -- Configuration: `[Restore]` -- INI File: `/switch/.packages/OC Toolkit/config.ini/` - - - -## Usage - -To use `OC Toolkit`: - -1. Install [OC Suite](https://github.com/hanai3Bi/Switch-OC-Suite) and clone this directory. -2. Copy the `OC Toolkit` directory into `/switch/.packages/`. -3. Use your menu hotkeys, go to the "Packages" section, then launch `OC Toolkit`. - - A reboot will be requred for modifications to be applied. - - **NOTICE:** Wrong values can lead to crashes or potential damage to your console. Use and modify with caution and assistance from others if possible. - -Note: Modifying clock speeds and voltages can affect the stability and performance of your device. Use these configurations with caution and make sure you understand the potential risks involved. It is recommended to have a backup of your system before applying any changes. - -## Additional Information - -For more details on the Ultrahand Overlay project and its features, please refer to the [official GitHub repository](https://github.com/ppkantorski/Ultrahand-Overlay). - -For additional help with OC Suite kip values, you can visit [this link](https://github.com/hanai3Bi/Switch-OC-Suite/blob/master/Source/Atmosphere/stratosphere/loader/source/oc/customize.cpp). This resource provides helpful information specifically for OC Suite kip values. - -This package is compatible with v1.3.6 or later versions. diff --git a/Switch/.packages/OC Toolkit/boot_package.ini b/Switch/.packages/OC Toolkit/boot_package.ini deleted file mode 100644 index 9eb83b3..0000000 --- a/Switch/.packages/OC Toolkit/boot_package.ini +++ /dev/null @@ -1,82 +0,0 @@ -[boot] -clear hex_sum_cache -hex_file '/atmosphere/kips/loader.kip' - -json '[{"4C0400":"1100 mV", "560400": "1110 mV", "600400":"1120 mV", "6A0400":"1130 mV", "740400":"1140 mV", "7E0400":"1150 mV", "880400":"1160 mV", "920400":"1170 mV", "9C0400":"1180 mV", "A60400":"1190 mV", "B00400":"1200 mV", "BA0400":"1210 mV", "C40400":"1220 mV", "D30400":"1235 mV", "D80400":"1240 mV", "E20400":"1250 mV", "EC0400":"1260 mV", "F60400":"1270 mV", "000500":"1280 mV", "0A0500":"1290 mV", "140500":"1300 mV"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Voltage Limit' footer {json(0,{hex_file(CUST,32,3)})} - -json '[{"006B1C":"1862 MHz", "00B61C":"1881 MHz", "00011D":"1900 MHz", "004C1D":"1920 MHz", "00971D":"1939 MHz", "00E21D":"1958 MHz", "002D1E":"1977 MHz", "00781E":"1996 MHz", "00C31E":"2016 MHz", "000E1F":"2035 MHz", "0059AF":"2054 MHz", "00A41F":"2073 MHz", "00EF1F":"2092 MHz", "003A20":"2112 MHz", "008520":"2131 MHz", "00D020":"2150 MHz", "001B21":"2169 MHz", "006621":"2188 MHz", "00B121":"2208 MHz", "00FC21":"2227 MHz", "004722":"2246 MHz", "009222":"2265 MHz", "00DD22":"2284 MHz", "002823":"2304 MHz", "007323":"2323 MHz", "00BE23":"2342 MHz", "000924":"2361 MHz", "005424":"2380 MHz", "00EA24":"2419 MHz", "003525":"2438 MHz", "008025":"2457 MHz", "00CB25":"2476 MHz", "001626":"2496 MHz", "006126":"2515 MHz", "00AC26":"2534 MHz", "001027":"2560 MHz", "004227":"2572 MHz", "008D27":"2592 MHz", "00D827":"2611 MHz", "002328":"2630 MHz", "006E28":"2649 MHz", "00B928":"2668 MHz", "000429":"2688 MHz", "004F29":"2707 MHz", "009A29":"2726 MHz", "00E529":"2745 MHz", "00302A":"2764 MHz", "00942A":"2790 MHz", "00C62A":"2803 MHz", "00112B":"2822 MHz", "005C2B":"2841 MHz", "00A72B":"2860 MHz", "00F22B":"2880 MHz", "003D2C":"2899 MHz", "00882C":"2918 MHz", "00D32C":"2937 MHz", "001E2D":"2956 MHz", "00692D":"2976 MHz", "00B42D":"2995 MHz", "006A18":"1600 MHz", "E0EA18":"1633 MHz", "D06B19":"1666 MHz", "A0F019":"1700 MHz", "88711A":"1733 MHz", "70F21A":"1766 MHz", "40771B":"1800 MHz", "20F81B":"1833 MHz", "10791C":"1866 MHz", "E0FD1C":"1900 MHz", "C87E1D":"1933 MHz", "B0FF1D":"1966 MHz", "80841E":"2000 MHz", "68051F":"2033 MHz", "50861F":"2066 MHz", "200B20":"2100 MHz", "088C20":"2133 MHz", "F00C21":"2166 MHz", "C09121":"2200 MHz", "A81222":"2233 MHz", "909322":"2266 MHz", "601823":"2300 MHz", "489923":"2333 MHz", "301A24":"2366 MHz", "009F24":"2400 MHz", "E81F25":"2433 MHz", "D0A025":"2466 MHz", "A02526":"2500 MHz", "88A626":"2533 MHz", "702727":"2566 MHz", "40AC27":"2600 MHz", "282D28":"2633 MHz", "10AE28":"2666 MHz", "E03229":"2700 MHz", "C0B329":"2733 MHz", "B0342A":"2766 MHz", "80B92A":"2800 MHz", "683A2B":"2833 MHz", "50BB2B":"2866 MHz", "20402C":"2900 MHz", "08C12C":"2933 MHz", "F0412D":"2966 MHz", "C0C62D":"3000 MHz", "A8472E":"3033 MHz", "90C82E":"3066 MHz", "604D2F":"3100 MHz", "48CE2F":"3133 MHz", "304F30":"3166 MHz", "00D430":"3200 MHz"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Max Clock?RAM' footer {json(0,{hex_file(CUST,68,3)})} - - -json '[{"000000":"Do not override", "706408":"550 mV", "808B08":"560 mV", "90B208":"570 mV", "A0D908":"580 mV", "B00009":"590 mV", "C02709":"600 mV", "D04E09":"610 mV", "E07509":"620 mV", "F09C09":"630 mV", "00C409":"640 mV", "10EB09":"650 mV"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Vddq' footer {json(0,{hex_file(CUST,60,3)})} - - -json '[{"000000":"Do not override", "900510":"1050 mV", "643610":"1062.5 mV", "386710":"1075 mV", "0C9810":"1087.5 mV", "E0C810":"1100 mV", "B4F910":"1112.5 mV", "882A11":"1125 mV", "5C5B11":"1137.5 mV", "308C11":"1150 mV", "04BD11":"1162.5 mV", "D8ED11":"1175 mV", "AC1E12":"1187.5 mV", "804F12":"1200 mV", "548012":"1212.5 mV", "28B112":"1225 mV", "FCE112":"1237.5 mV", "D01213":"1250 mV", "A44313":"1262.5 mV", "787413":"1275 mV", "4CA513":"1287.5 mV", "20D613":"1300 mV", "F40614":"1312.5 mV", "C83714":"1325 mV", "9C6814":"1337.5 mV", "709914":"1350 mV"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Vdd2' footer {json(0,{hex_file(CUST,56,3)})} - - -json '[{"0000":"0 mV", "0500":"-5 mV", "0A00":"-10 mV", "0F00":"-15 mV", "1400":"-20 mV", "1900":"-25 mV", "1E00":"-30 mV", "2300":"-35 mV", "2800":"-40 mV", "2D00":"-45 mV", "3200":"-50 mV", "3700":"-55 mV", "3C00":"-60 mV", "4100":"-65 mV", "4600":"-70 mV", "4B00":"-75 mV", "5000":"-80 mV", "5500":"-85 mV", "5A00":"-90 mV", "5F00":"-95 mV", "6400":"-100 mV"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Voltage Offset' footer {json(0,{hex_file(CUST,40,2)})} - - -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*High Freq Vmin?CPU' footer {json(0,{hex_file(CUST,28,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Low Freq Vmin?CPU' footer {json(0,{hex_file(CUST,24,2)})} - -json '[{"B300":"0", "B301":"1", "B302":"2", "B303":"3", "B304":"4", "B305":"5", "B306":"6", "B307":"7", "B308":"8", "B309":"9"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*High Freq UV?CPU' footer {json(0,{hex_file(CUST,176,2)})} - - -json '[{"00":"0", "01":"1", "02":"2", "03":"3", "04":"4", "05":"5", "06":"6", "07":"7", "08":"8", "09":"9"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Undervolt Mode?CPU' footer {json(0,{hex_file(CUST,12,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Undervolt Mode?GPU' footer {json(0,{hex_file(CUST,36,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*EMC DVB Table' footer {json(0,{hex_file(CUST,72,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 1' footer {json(0,{hex_file(CUST,76,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 2' footer {json(0,{hex_file(CUST,80,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 3' footer {json(0,{hex_file(CUST,84,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 4' footer {json(0,{hex_file(CUST,88,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 5' footer {json(0,{hex_file(CUST,92,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 6' footer {json(0,{hex_file(CUST,96,1)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 7' footer {json(0,{hex_file(CUST,100,1)})} - - -json '[{""22000000200000001E":"Default", "220000002200000022":"34", "200000002000000020":"32", "1E0000001E0000001E":"30", "1C0000001C0000001C":"28", "1A0000001A0000001A":"26", "180000001800000018":"24", "160000001600000016":"22", "140000001400000014":"20"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Core 1 tRAS 4,5,6' footer {json(0,{hex_file(mariko,4596,9)})} - - -json '[{"0000":"AUTO_ADJ_ALL", "0100":"CUSTOM_ADJ_ALL", "0200":"NO_ADJ_ALL"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*DRAM' footer {json(0,{hex_file(CUST,52,2)})} - -json '[{"A83C1B":"1785 MHz", "18CB1C":"1887 MHz", "F8F31D":"1963 MHz", "F8E71F":"2091 MHz", "687621":"2193 MHz", "D80423":"2295 MHz", "489324":"2397 MHz", "B82126":"2499 MHz", "28B027":"2601 MHz", "983E29":"2703 MHz"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Boost Clock' footer {json(0,{hex_file(CUST,8,3)})} - -json '[{"2602":"550 mV", "2B02": "555 mV", "3020": "560 mV", "3502": "565 mV", "3A02": "570 mV", "3F02": "575 mV", "4402": "580 mV", "4902": "585 mV", "4E02": "590 mV", "5302": "595 mV", "5802": "600 mV", "5D02":"605 mV", "6202":"610 mV", "6702":"615 mV", "6C02":"620 mV", "7102":"625 mV", "7602":"630 mV", "7B02":"635 mV", "8002":"640 mV", "8502":"645 mV", "8A02":"650 mV", "8F02":"655 mV", "9402":"660 mV", "9902":"665 mV", "9E02":"670 mV", "A302":"675 mV", "A802":"680 mV", "AD02":"685 mV", "B202":"690 mV", "B702":"695 mV", "BC02":"700 mV", "C102":"705 mV", "C602":"710 mV", "CB02":"715 mV", "D002":"720 mV", "D502":"725 mV", "DA02":"730 mV", "DF02":"735 mV", "E402":"740 mV", "E902":"745 mV", "EE02":"750 mV", "F302":"755 mV", "F802":"760 mV", "FD02":"765 mV", "0203":"770 mV", "0703":"775 mV", "0C03":"780 mV", "1103":"785 mV", "1603":"790 mV", "1B03":"795 mV", "2003":"800 mV", "2503":"805 mV", "2A03":"810 mV", "2F03":"815 mV", "3403":"820 mV", "3903":"825 mV", "3E03":"830 mV", "4303":"835 mV", "4803":"840 mV", "5203":"850 mV", "4D03":"845 mV", "5203":"850 mV"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*High Freq Vmin?CPU' footer {json(0,{hex_file(CUST,28,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Low Freq Vmin?CPU' footer {json(0,{hex_file(CUST,24,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*Vmin?GPU' footer {json(0,{hex_file(CUST,48,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*76 - 614 MHz?GPUUV3' footer {json(0,{hex_file(CUST,104,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*691 MHz?GPUUV3' footer {json(0,{hex_file(CUST,136,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*768 MHz?GPUUV3' footer {json(0,{hex_file(CUST,140,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*844 MHz?GPUUV3' footer {json(0,{hex_file(CUST,144,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*921 MHz?GPUUV3' footer {json(0,{hex_file(CUST,148,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*998 MHz?GPUUV3' footer {json(0,{hex_file(CUST,152,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*1075 MHz?GPUUV3' footer {json(0,{hex_file(CUST,156,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*1152 MHz?GPUUV3' footer {json(0,{hex_file(CUST,160,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*1228 MHz?GPUUV3' footer {json(0,{hex_file(CUST,164,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*1267 MHz?GPUUV3' footer {json(0,{hex_file(CUST,168,2)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' '*1305 MHz?GPUUV3' footer {json(0,{hex_file(CUST,172,2)})} - -ini_file '/bootloader/hekate_ipl.ini' -json '[{"null":"Off", "atmosphere/package3":"On"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Security Entry' footer '{json(0,{ini_file("Atmosphere (security)",fss0)})}' - -ini_file '/config/sys-clk/config.ini' -json '[{"null":"Off", "0":"Off", "1":"On"}]' -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Unsafe Freqs?sys-clk' footer {json(0,{ini_file(values,allow_unsafe_freq)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Uncapped Clocks?sys-clk' footer {json(0,{ini_file(values,uncapped_clocks)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Unrestricted Clocks?sys-clk' footer {json(0,{ini_file(values,unrestricted_handheld_clocks)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Override Boost Mode?sys-clk' footer {json(0,{ini_file(values,override_boost_mode)})} -set-ini-val '/switch/.packages/OC Toolkit/config.ini' 'Auto CPU Boost' footer {json(0,{ini_file(values,auto_cpu_boost)})} - - diff --git a/Switch/.packages/OC Toolkit/config.ini b/Switch/.packages/OC Toolkit/config.ini deleted file mode 100644 index ab36bd3..0000000 --- a/Switch/.packages/OC Toolkit/config.ini +++ /dev/null @@ -1,215 +0,0 @@ -[*Voltage Limit] -footer=null -system=default -mode=option -grouping=default - -[*Max Clock?RAM] -footer=null -system=default -mode=option -grouping=default - -[*Vddq] -footer=null -system=default -mode=option -grouping=default - -[*Vdd2] -footer=null -system=default -mode=option -grouping=default - -[*Voltage Offset] -footer=null -system=default -mode=option -grouping=default - -[*High Freq Vmin?CPU] -footer=null -system=default -mode=option -grouping=default - -[*Low Freq Vmin?CPU] -footer=null -system=default -mode=option -grouping=default - -[*High Freq UV?CPU] -footer=null -system=default -mode=option -grouping=default - -[*Undervolt Mode?CPU] -footer=null -system=default -mode=option -grouping=default - -[*Undervolt Mode?GPU] -footer=null -system=default -mode=option -grouping=default - -[*EMC DVB Table] -footer=null -system=default -mode=option -grouping=default - -[*Core 1] -footer=null -system=default -mode=option -grouping=default - -[*Core 2] -footer=null -system=default -mode=option -grouping=default - -[*Core 3] -footer=null -system=default -mode=option -grouping=default - -[*Core 4] -footer=null -system=default -mode=option -grouping=default - -[*Core 5] -footer=null -system=default -mode=option -grouping=default - -[*Core 6] -footer=null -system=default -mode=option -grouping=default - -[*Core 7] -footer=null -system=default -mode=option -grouping=default - -[*Core 1 tRAS 4,5,6] -footer=null -system=default -mode=option -grouping=default - -[*DRAM] -footer=null -system=default -mode=option -grouping=default - -[*Boost Clock] -footer=null -system=default -mode=option -grouping=default - -[*Vmin?GPU] -footer=null -system=default -mode=option -grouping=default - -[*76 - 614 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*691 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*768 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*844 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*921 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*998 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*1075 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*1152 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*1228 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*1267 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[*1305 MHz?GPUUV3] -footer=null -system=default -mode=option -grouping=default - -[Security Entry] -footer=Off - -[Unsafe Freqs?sys-clk] -footer=Off - -[Uncapped Clocks?sys-clk] -footer=Off - -[Unrestricted Clocks?sys-clk] -footer=Off - -[Override Boost Mode?sys-clk] -footer=Off - -[Auto CPU Boost] -footer=Off diff --git a/Switch/.packages/OC Toolkit/mariko/cpu_boost_clock.json b/Switch/.packages/OC Toolkit/mariko/cpu_boost_clock.json deleted file mode 100644 index 4f15600..0000000 --- a/Switch/.packages/OC Toolkit/mariko/cpu_boost_clock.json +++ /dev/null @@ -1,47 +0,0 @@ -[ - { - "name": "1785 MHz", - "label": "1785 MHz - default", - "hex": "A83C1B" - }, - { - "name": "1887 MHz", - "label": "1887 MHz", - "hex": "18CB1C" - }, - { - "name": "1963 MHz", - "label": "1963 MHz", - "hex": "F8F31D" - }, - { - "name": "2091 MHz", - "label": "2091 MHz", - "hex": "F8E71F" - }, - { - "name": "2193 MHz", - "label": "2193 MHz", - "hex": "687621" - }, - { - "name": "2295 MHz", - "label": "2295 MHz", - "hex": "D80423" - }, - { - "name": "2397 MHz", - "label": "2397 MHz", - "hex": "489324" - }, - { - "name": "2499 MHz", - "label": "2499 MHz", - "hex": "B82126" - }, - { - "name": "2601 MHz", - "label": "2601 MHz - unsafe", - "hex": "28B027" - } -] diff --git a/Switch/.packages/OC Toolkit/mariko/cpu_high_vmin.json b/Switch/.packages/OC Toolkit/mariko/cpu_high_vmin.json deleted file mode 100644 index 64d48b9..0000000 --- a/Switch/.packages/OC Toolkit/mariko/cpu_high_vmin.json +++ /dev/null @@ -1,107 +0,0 @@ -[ - { - "name": "750 mV", - "label": "750 mV - -100 mV", - "hex": "EE02" - }, - { - "name": "755 mV", - "label": "755 mV - -95 mV", - "hex": "F302" - }, - { - "name": "760 mV", - "label": "760 mV - -90 mV", - "hex": "F802" - }, - { - "name": "765 mV", - "label": "765 mV - -85 mV", - "hex": "FD02" - }, - { - "name": "770 mV", - "label": "770 mV - -80 mV", - "hex": "0203" - }, - { - "name": "775 mV", - "label": "775 mV - -75 mV", - "hex": "0703" - }, - { - "name": "780 mV", - "label": "780 mV - -70 mV", - "hex": "0C03" - }, - { - "name": "785 mV", - "label": "785 mV - -65 mV", - "hex": "1103" - }, - { - "name": "790 mV", - "label": "790 mV - -60 mV", - "hex": "1603" - }, - { - "name": "795 mV", - "label": "795 mV - -55 mV", - "hex": "1B03" - }, - { - "name": "800 mV", - "label": "800 mV - -50 mV", - "hex": "2003" - }, - { - "name": "805 mV", - "label": "805 mV - -45 mV", - "hex": "2503" - }, - { - "name": "810 mV", - "label": "810 mV - -40 mV", - "hex": "2A03" - }, - { - "name": "815 mV", - "label": "815 mV - -35 mV", - "hex": "2F03" - }, - { - "name": "820 mV", - "label": "820 mV - -30 mV", - "hex": "3403" - }, - { - "name": "825 mV", - "label": "825 mV - -25 mV", - "hex": "3903" - }, - { - "name": "830 mV", - "label": "830 mV - -20 mV", - "hex": "3E03" - }, - { - "name": "835 mV", - "label": "835 mV - -15 mV", - "hex": "4303" - }, - { - "name": "840 mV", - "label": "840 mV - -10 mV", - "hex": "4803" - }, - { - "name": "845 mV", - "label": "845 mV - -5 mV", - "hex": "4D03" - }, - { - "name": "850 mV", - "label": "850 mV - default", - "hex": "5203" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/cpu_low_vmin.json b/Switch/.packages/OC Toolkit/mariko/cpu_low_vmin.json deleted file mode 100644 index 50c078e..0000000 --- a/Switch/.packages/OC Toolkit/mariko/cpu_low_vmin.json +++ /dev/null @@ -1,102 +0,0 @@ -[ - { - "name": "550 mV", - "label": "550 mV - -70 mV", - "hex": "2602" - }, - { - "name": "555 mV", - "label": "555 mV - -65 mV", - "hex": "2B02" - }, - { - "name": "560 mV", - "label": "560 mV - -60 mV", - "hex": "3020" - }, - { - "name": "565 mV", - "label": "565 mV - -55 mV", - "hex": "3502" - }, - { - "name": "570 mV", - "label": "570 mV - -50 mV", - "hex": "3A02" - }, - { - "name": "575 mV", - "label": "575 mV - -45 mV", - "hex": "3F02" - }, - { - "name": "580 mV", - "label": "580 mV - -40 mV", - "hex": "4402" - }, - { - "name": "585 mV", - "label": "585 mV - -35 mV", - "hex": "4902" - }, - { - "name": "590 mV", - "label": "590 mV - -30 mV", - "hex": "4E02" - }, - { - "name": "595 mV", - "label": "595 mV - -25 mV", - "hex": "5302" - }, - { - "name": "600 mV", - "label": "600 mV - -20 mV", - "hex": "5802" - }, - { - "name": "610 mV", - "label": "610 mV - -10 mV", - "hex": "6202" - }, - { - "name": "615 mV", - "label": "615 mV - -5 mV", - "hex": "6702" - }, - { - "name": "620 mV", - "label": "620 mV - default", - "hex": "6C02" - }, - { - "name": "625 mV", - "label": "625 mV - +5 mV", - "hex": "7102" - }, - { - "name": "630 mV", - "label": "630 mV - +10 mV", - "hex": "7602" - }, - { - "name": "635 mV", - "label": "635 mV - +15 mV", - "hex": "7B02" - }, - { - "name": "640 mV", - "label": "640 mV - +20 mV", - "hex": "8002" - }, - { - "name": "645 mV", - "label": "645 mV - +25 mV", - "hex": "8502" - }, - { - "name": "650 mV", - "label": "650 mV - +30 mV", - "hex": "8A02" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/cpu_voltages.json b/Switch/.packages/OC Toolkit/mariko/cpu_voltages.json deleted file mode 100644 index b4dcc7d..0000000 --- a/Switch/.packages/OC Toolkit/mariko/cpu_voltages.json +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "name": "1100 mV", - "label": "1100 mV", - "hex": "4C0400" - }, - { - "name": "1110 mV", - "label": "1110 mV", - "hex": "560400" - }, - { - "name": "1120 mV", - "label": "1120 mV - default", - "hex": "600400" - }, - { - "name": "1130 mV", - "label": "1130 mV", - "hex": "6A0400" - }, - { - "name": "1140 mV", - "label": "1140 mV", - "hex": "740400" - }, - { - "name": "1150 mV", - "label": "1150 mV", - "hex": "7E0400" - }, - { - "name": "1160 mV", - "label": "1160 mV", - "hex": "880400" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/gpu_uv3.json b/Switch/.packages/OC Toolkit/mariko/gpu_uv3.json deleted file mode 100644 index 74c8398..0000000 --- a/Switch/.packages/OC Toolkit/mariko/gpu_uv3.json +++ /dev/null @@ -1,242 +0,0 @@ -[ - { - "name": "550 mV", - "hex": "2602" - }, - { - "name": "555 mV", - "hex": "2B02" - }, - { - "name": "560 mV", - "hex": "3020" - }, - { - "name": "565 mV", - "hex": "3502" - }, - { - "name": "570 mV", - "hex": "3A02" - }, - { - "name": "575 mV", - "hex": "3F02" - }, - { - "name": "580 mV", - "hex": "4402" - }, - { - "name": "585 mV", - "hex": "4902" - }, - { - "name": "590 mV", - "hex": "4E02" - }, - { - "name": "595 mV", - "hex": "5302" - }, - { - "name": "600 mV", - "hex": "5802" - }, - { - "name": "610 mV", - "hex": "6202" - }, - { - "name": "615 mV", - "hex": "6702" - }, - { - "name": "620 mV", - "hex": "6C02" - }, - { - "name": "625 mV", - "hex": "7102" - }, - { - "name": "630 mV", - "hex": "7602" - }, - { - "name": "635 mV", - "hex": "7B02" - }, - { - "name": "640 mV", - "hex": "8002" - }, - { - "name": "645 mV", - "hex": "8502" - }, - { - "name": "650 mV", - "hex": "8A02" - }, - { - "name": "655 mV", - "hex": "8F02" - }, - { - "name": "660 mV", - "hex": "9402" - }, - { - "name": "665 mV", - "hex": "9902" - }, - { - "name": "670 mV", - "hex": "9E02" - }, - { - "name": "675 mV", - "hex": "A302" - }, - { - "name": "680 mV", - "hex": "A802" - }, - { - "name": "685 mV", - "hex": "AD02" - }, - { - "name": "690 mV", - "hex": "B202" - }, - { - "name": "695 mV", - "hex": "B702" - }, - { - "name": "700 mV", - "hex": "BC02" - }, - { - "name": "705 mV", - "hex": "C102" - }, - { - "name": "710 mV", - "hex": "C602" - }, - { - "name": "715 mV", - "hex": "CB02" - }, - { - "name": "720 mV", - "hex": "D002" - }, - { - "name": "725 mV", - "hex": "D502" - }, - { - "name": "730 mV", - "hex": "DA02" - }, - { - "name": "735 mV", - "hex": "DF02" - }, - { - "name": "740 mV", - "hex": "E402" - }, - { - "name": "745 mV", - "hex": "E902" - }, - { - "name": "750 mV", - "hex": "EE02" - }, - { - "name": "755 mV", - "hex": "F302" - }, - { - "name": "760 mV", - "hex": "F802" - }, - { - "name": "765 mV", - "hex": "FD02" - }, - { - "name": "770 mV", - "hex": "0203" - }, - { - "name": "775 mV", - "hex": "0703" - }, - { - "name": "780 mV", - "hex": "0C03" - }, - { - "name": "785 mV", - "hex": "1103" - }, - { - "name": "790 mV", - "hex": "1603" - }, - { - "name": "795 mV", - "hex": "1B03" - }, - { - "name": "800 mV", - "hex": "2003" - }, - { - "name": "805 mV", - "hex": "2503" - }, - { - "name": "810 mV", - "hex": "2A03" - }, - { - "name": "815 mV", - "hex": "2F03" - }, - { - "name": "820 mV", - "hex": "3403" - }, - { - "name": "825 mV", - "hex": "3903" - }, - { - "name": "830 mV", - "hex": "3E03" - }, - { - "name": "835 mV", - "hex": "4303" - }, - { - "name": "840 mV", - "hex": "4803" - }, - { - "name": "845 mV", - "hex": "4D03" - }, - { - "name": "850 mV", - "hex": "5203" - } -] diff --git a/Switch/.packages/OC Toolkit/mariko/gpu_vmin.json b/Switch/.packages/OC Toolkit/mariko/gpu_vmin.json deleted file mode 100644 index 84b1506..0000000 --- a/Switch/.packages/OC Toolkit/mariko/gpu_vmin.json +++ /dev/null @@ -1,202 +0,0 @@ -[ - { - "name": "550 mV", - "hex": "2602" - }, - { - "name": "555 mV", - "hex": "2B02" - }, - { - "name": "560 mV", - "hex": "3020" - }, - { - "name": "565 mV", - "hex": "3502" - }, - { - "name": "570 mV", - "hex": "3A02" - }, - { - "name": "575 mV", - "hex": "3F02" - }, - { - "name": "580 mV", - "hex": "4402" - }, - { - "name": "585 mV", - "hex": "4902" - }, - { - "name": "590 mV", - "hex": "4E02" - }, - { - "name": "595 mV", - "hex": "5302" - }, - { - "name": "600 mV", - "hex": "5802" - }, - { - "name": "610 mV", - "hex": "6202" - }, - { - "name": "615 mV", - "hex": "6702" - }, - { - "name": "620 mV", - "hex": "6C02" - }, - { - "name": "625 mV", - "hex": "7102" - }, - { - "name": "630 mV", - "hex": "7602" - }, - { - "name": "635 mV", - "hex": "7B02" - }, - { - "name": "640 mV", - "hex": "8002" - }, - { - "name": "645 mV", - "hex": "8502" - }, - { - "name": "650 mV", - "hex": "8A02" - }, - { - "name": "655 mV", - "hex": "8F02" - }, - { - "name": "660 mV", - "hex": "9402" - }, - { - "name": "665 mV", - "hex": "9902" - }, - { - "name": "670 mV", - "hex": "9E02" - }, - { - "name": "675 mV", - "hex": "A302" - }, - { - "name": "680 mV", - "hex": "A802" - }, - { - "name": "685 mV", - "hex": "AD02" - }, - { - "name": "690 mV", - "hex": "B202" - }, - { - "name": "695 mV", - "hex": "B702" - }, - { - "name": "700 mV", - "hex": "BC02" - }, - { - "name": "705 mV", - "hex": "C102" - }, - { - "name": "710 mV", - "hex": "C602" - }, - { - "name": "715 mV", - "hex": "CB02" - }, - { - "name": "720 mV", - "hex": "D002" - }, - { - "name": "725 mV", - "hex": "D502" - }, - { - "name": "730 mV", - "hex": "DA02" - }, - { - "name": "735 mV", - "hex": "DF02" - }, - { - "name": "740 mV", - "hex": "E402" - }, - { - "name": "745 mV", - "hex": "E902" - }, - { - "name": "750 mV", - "hex": "EE02" - }, - { - "name": "755 mV", - "hex": "F302" - }, - { - "name": "760 mV", - "hex": "F802" - }, - { - "name": "765 mV", - "hex": "FD02" - }, - { - "name": "770 mV", - "hex": "0203" - }, - { - "name": "775 mV", - "hex": "0703" - }, - { - "name": "780 mV", - "hex": "0C03" - }, - { - "name": "785 mV", - "hex": "1103" - }, - { - "name": "790 mV", - "hex": "1603" - }, - { - "name": "795 mV", - "hex": "1B03" - }, - { - "name": "800 mV", - "hex": "2003" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/gpu_volt_offset.json b/Switch/.packages/OC Toolkit/mariko/gpu_volt_offset.json deleted file mode 100644 index 5df7c28..0000000 --- a/Switch/.packages/OC Toolkit/mariko/gpu_volt_offset.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "name": "0 mV", - "hex": "0000" - }, - { - "name": "-5 mV", - "hex": "0500" - }, - { - "name": "-10 mV", - "hex": "0A00" - }, - { - "name": "-15 mV", - "hex": "0F00" - }, - { - "name": "-20 mV", - "hex": "1400" - }, - { - "name": "-25 mV", - "hex": "1900" - }, - { - "name": "-30 mV", - "hex": "1E00" - }, - { - "name": "-35 mV", - "hex": "2300" - }, - { - "name": "-40 mV", - "hex": "2800" - }, - { - "name": "-45 mV", - "hex": "2D00" - }, - { - "name": "-50 mV", - "hex": "3200" - }, - { - "name": "-55 mV", - "hex": "3700" - }, - { - "name": "-60 mV", - "hex": "3C00" - }, - { - "name": "-65 mV", - "hex": "4100" - }, - { - "name": "-70 mV", - "hex": "4600" - }, - { - "name": "-75 mV", - "hex": "4B00" - }, - { - "name": "-80 mV", - "hex": "5000" - }, - { - "name": "-85 mV", - "hex": "5500" - }, - { - "name": "-90 mV", - "hex": "5A00" - }, - { - "name": "-95 mV", - "hex": "5F00" - }, - { - "name": "-100 mV", - "hex": "6400" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/ram_dram_timing.json b/Switch/.packages/OC Toolkit/mariko/ram_dram_timing.json deleted file mode 100644 index 3de79d0..0000000 --- a/Switch/.packages/OC Toolkit/mariko/ram_dram_timing.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "name": "AUTO_ADJ_ALL", - "hex": "0000" - }, - { - "name": "CUSTOM_ADJ_ALL", - "hex": "0100" - }, - { - "name": "NO_ADJ_ALL", - "hex": "0200" - } -] diff --git a/Switch/.packages/OC Toolkit/mariko/ram_freqs.json b/Switch/.packages/OC Toolkit/mariko/ram_freqs.json deleted file mode 100644 index d8cfe5a..0000000 --- a/Switch/.packages/OC Toolkit/mariko/ram_freqs.json +++ /dev/null @@ -1,207 +0,0 @@ -[ - { - "name": "1866 MHz", - "label": "1866 MHz", - "hex": "10791C" - }, - { - "name": "1900 MHz", - "label": "1900 MHz", - "hex": "E0FD1C" - }, - { - "name": "1933 MHz", - "label": "1933 MHz", - "hex": "C87E1D" - }, - { - "name": "1966 MHz", - "label": "1966 MHz", - "hex": "B0FF1D" - }, - { - "name": "2000 MHz", - "label": "2000 MHz", - "hex": "80841E" - }, - { - "name": "2033 MHz", - "label": "2033 MHz", - "hex": "68051F" - }, - { - "name": "2066 MHz", - "label": "2066 MHz", - "hex": "50861F" - }, - { - "name": "2100 MHz", - "label": "2100 MHz", - "hex": "200B20" - }, - { - "name": "2133 MHz", - "label": "2133 MHz", - "hex": "088C20" - }, - { - "name": "2166 MHz", - "label": "2166 MHz", - "hex": "F00C21" - }, - { - "name": "2200 MHz", - "label": "2200 MHz", - "hex": "C09121" - }, - { - "name": "2233 MHz", - "label": "2233 MHz", - "hex": "A81222" - }, - { - "name": "2266 MHz", - "label": "2266 MHz", - "hex": "909322" - }, - { - "name": "2300 MHz", - "label": "2300 MHz", - "hex": "601823" - }, - { - "name": "2333 MHz", - "label": "2333 MHz", - "hex": "489923" - }, - { - "name": "2366 MHz", - "label": "2366 MHz", - "hex": "301A24" - }, - { - "name": "2400 MHz", - "label": "2400 MHz", - "hex": "009F24" - }, - { - "name": "2433 MHz", - "label": "2433 MHz", - "hex": "E81F25" - }, - { - "name": "2466 MHz", - "label": "2466 MHz", - "hex": "D0A025" - }, - { - "name": "2500 MHz", - "label": "2500 MHz", - "hex": "A02526" - }, - { - "name": "2533 MHz", - "label": "2533 MHz", - "hex": "88A626" - }, - { - "name": "2566 MHz", - "label": "2566 MHz", - "hex": "702727" - }, - { - "name": "2600 MHz", - "label": "2600 MHz", - "hex": "40AC27" - }, - { - "name": "2633 MHz", - "label": "2633 MHz", - "hex": "282D28" - }, - { - "name": "2666 MHz", - "label": "2666 MHz", - "hex": "10AE28" - }, - { - "name": "2700 MHz", - "label": "2700 MHz", - "hex": "E03229" - }, - { - "name": "2733 MHz", - "label": "2733 MHz", - "hex": "C0B329" - }, - { - "name": "2766 MHz", - "label": "2766 MHz", - "hex": "B0342A" - }, - { - "name": "2800 MHz", - "label": "2800 MHz", - "hex": "80B92A" - }, - { - "name": "2833 MHz", - "label": "2833 MHz", - "hex": "683A2B" - }, - { - "name": "2866 MHz", - "label": "2866 MHz", - "hex": "50BB2B" - }, - { - "name": "2900 MHz", - "label": "2900 MHz", - "hex": "20402C" - }, - { - "name": "2933 MHz", - "label": "2933 MHz", - "hex": "08C12C" - }, - { - "name": "2966 MHz", - "label": "2966 MHz", - "hex": "F0412D" - }, - { - "name": "3000 MHz", - "label": "3000 MHz", - "hex": "C0C62D" - }, - { - "name": "3033 MHz", - "label": "3033 MHz", - "hex": "A8472E" - }, - { - "name": "3066 MHz", - "label": "3066 MHz", - "hex": "90C82E" - }, - { - "name": "3100 MHz", - "label": "3100 MHz", - "hex": "604D2F" - }, - { - "name": "3133 MHz", - "label": "3133 MHz", - "hex": "48CE2F" - }, - { - "name": "3166 MHz", - "label": "3166 MHz", - "hex": "304F30" - }, - { - "name": "3200 MHz", - "label": "3200 MHz", - "hex": "00D430" - } -] \ No newline at end of file diff --git a/Switch/.packages/OC Toolkit/mariko/ram_tras.json b/Switch/.packages/OC Toolkit/mariko/ram_tras.json deleted file mode 100644 index 1abc603..0000000 --- a/Switch/.packages/OC Toolkit/mariko/ram_tras.json +++ /dev/null @@ -1,38 +0,0 @@ -[ - { - "name": "Default", - "hex": "22000000200000001E" - }, - { - "name": "34", - "hex": "220000002200000022" - }, - { - "name": "32", - "hex": "200000002000000020" - }, - { - "name": "30", - "hex": "1E0000001E0000001E" - }, - { - "name": "28", - "hex": "1C0000001C0000001C" - }, - { - "name": "26", - "hex": "1A0000001A0000001A" - }, - { - "name": "24", - "hex": "180000001800000018" - }, - { - "name": "22", - "hex": "160000001600000016" - }, - { - "name": "20", - "hex": "140000001400000014" - } -] diff --git a/Switch/.packages/OC Toolkit/mariko/ram_vdd2.json b/Switch/.packages/OC Toolkit/mariko/ram_vdd2.json deleted file mode 100644 index a9259ed..0000000 --- a/Switch/.packages/OC Toolkit/mariko/ram_vdd2.json +++ /dev/null @@ -1,132 +0,0 @@ -[ - { - "name": "Do not override", - "label": "Do not override", - "hex": "000000" - }, - { - "name": "1050 mV", - "label": "1050 mV", - "hex": "900510" - }, - { - "name": "1062.5 mV", - "label": "1062.5 mV", - "hex": "643610" - }, - { - "name": "1075 mV", - "label": "1075 mV", - "hex": "386710" - }, - { - "name": "1087.5 mV", - "label": "1087.5 mV", - "hex": "0C9810" - }, - { - "name": "1100 mV", - "label": "1100 mV - default", - "hex": "E0C810" - }, - { - "name": "1112.5 mV", - "label": "1112.5 mV", - "hex": "B4F910" - }, - { - "name": "1125 mV", - "label": "1125 mV", - "hex": "882A11" - }, - { - "name": "1137.5 mV", - "label": "1137.5 mV", - "hex": "5C5B11" - }, - { - "name": "1150 mV", - "label": "1150 mV", - "hex": "308C11" - }, - { - "name": "1162.5 mV", - "label": "1162.5 mV", - "hex": "04BD11" - }, - { - "name": "1175 mV", - "label": "1175 mV", - "hex": "D8ED11" - }, - { - "name": "1187.5 mV", - "label": "1187.5 mV", - "hex": "AC1E12" - }, - { - "name": "1200 mV", - "label": "1200 mV", - "hex": "804F12" - }, - { - "name": "1212.5 mV", - "label": "1212.5 mV", - "hex": "548012" - }, - { - "name": "1225 mV", - "label": "1225 mV - unsafe", - "hex": "28B112" - }, - { - "name": "1237.5 mV", - "label": "1237.5 mV - unsafe", - "hex": "FCE112" - }, - { - "name": "1250 mV", - "label": "1250 mV - unsafe", - "hex": "D01213" - }, - { - "name": "1262.5 mV", - "label": "1262.5 mV - dangerous", - "hex": "A44313" - }, - { - "name": "1275 mV", - "label": "1275 mV - dangerous", - "hex": "787413" - }, - { - "name": "1287.5 mV", - "label": "1287.5 mV - dangerous", - "hex": "4CA513" - }, - { - "name": "1300 mV", - "label": "1300 mV - dangerous", - "hex": "20D613" - }, - { - "name": "1312.5 mV", - "label": "1312.5 mV - dangerous", - "hex": "F40614" - }, - { - "name": "1325 mV", - "label": "1325 mV - dangerous", - "hex": "C83714" - }, - { - "name": "1337.5 mV", - "label": "1337.5 mV - dangerous", - "hex": "9C6814" - }, - { - "name": "1350 mV", - "label": "1350 mV - dangerous", - "hex": "709914" - } -] diff --git a/Switch/.packages/OC Toolkit/mariko/ram_vddq.json b/Switch/.packages/OC Toolkit/mariko/ram_vddq.json deleted file mode 100644 index 8705f36..0000000 --- a/Switch/.packages/OC Toolkit/mariko/ram_vddq.json +++ /dev/null @@ -1,62 +0,0 @@ -[ - { - "name": "Do not override", - "label": "Do not override", - "hex": "000000" - }, - { - "name": "550 mV", - "label": "550 mV", - "hex": "706408" - }, - { - "name": "560 mV", - "label": "560 mV", - "hex": "808B08" - }, - { - "name": "570 mV", - "label": "570 mV", - "hex": "90B208" - }, - { - "name": "580 mV", - "label": "580 mV", - "hex": "A0D908" - }, - { - "name": "590 mV", - "label": "590 mV", - "hex": "B00009" - }, - { - "name": "600 mV", - "label": "600 mV - default", - "hex": "C02709" - }, - { - "name": "610 mV", - "label": "610 mV", - "hex": "D04E09" - }, - { - "name": "620 mV", - "label": "620 mV", - "hex": "E07509" - }, - { - "name": "630 mV", - "label": "630 mV", - "hex": "F09C09" - }, - { - "name": "640 mV", - "label": "640 mV", - "hex": "00C409" - }, - { - "name": "650 mV", - "label": "650 mV", - "hex": "10EB09" - } -] diff --git a/Switch/.packages/OC Toolkit/package.ini b/Switch/.packages/OC Toolkit/package.ini deleted file mode 100644 index a8478ce..0000000 --- a/Switch/.packages/OC Toolkit/package.ini +++ /dev/null @@ -1,356 +0,0 @@ -;title='OC Toolkit' -;creator='ppkantorski, hAloP' -;version=0.3.8 -;about='This package was designed for advance overclock configurations. Use with caution and proper guidance. *WARNING* It is not safe (nor recommended) to overvoltage RAM >1250 mV.' -;credits='Special thanks to meha, efosamark, i3sey, irene & redraz.' -;color=red - - -[@Settings] - -[CPU] -[*Undervolt Mode?CPU] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 12 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Voltage Limit] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/cpu_voltages.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 32 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*Boost Clock] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/cpu_boost_clock.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 8 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*Advanced] -[*High Freq UV?CPU] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6, 7)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 177 0{list_source(*)} -set-footer '{list_source(*)}' - -[*High Freq Vmin?CPU] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/cpu_high_vmin.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 28 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*Low Freq Vmin?CPU] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/cpu_low_vmin.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 24 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[GPU] -[*Undervolt Mode?GPU] -;mode=option -list_source '(0, 1, 2, 3)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 36 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Voltage Offset] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_volt_offset.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 40 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*Vmin?GPU] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_vmin.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 48 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*UV3 Table] -[*76 - 614 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 104 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 108 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 112 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 116 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 120 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 124 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 128 {json_file_source(*,hex)} -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 132 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*691 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 136 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*768 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 140 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*844 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 144 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*921 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 148 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*998 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 152 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*1075 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 156 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*1152 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 160 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*1228 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 164 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*1267 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 168 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*1305 MHz?GPUUV3] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/gpu_uv3.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 172 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - - -[RAM] -[*Max Clock?RAM] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/ram_freqs.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 68 {json_file_source(*,hex)} -set-footer '{json_file_source(*,label)}' - -[*Vddq] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/ram_vddq.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 60 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*Vdd2] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/ram_vdd2.json' label -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 56 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - -[*EMC DVB Table] -;mode=option -list_source '(0, 1, 2, 3, 4)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 72 0{list_source(*)} -set-footer '{list_source(*)}' - - - -[*Timings] -[*DRAM] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/ram_dram_timing.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 52 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - - -[*Core 1] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 76 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 2] -;mode=option -list_source '(0, 1, 2, 3, 4, 5)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 80 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 3] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 84 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 4] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 88 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 5] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 92 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 6] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 96 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 7] -;mode=option -list_source '(0, 1, 2, 3, 4, 5, 6)' -hex-by-custom-offset /atmosphere/kips/loader.kip CUST 100 0{list_source(*)} -set-footer '{list_source(*)}' - -[*Core 1 tRAS 4,5,6] -;mode=option -json_file_source '/switch/.packages/OC Toolkit/mariko/ram_tras.json' name -hex-by-custom-offset /atmosphere/kips/loader.kip mariko 4596 {json_file_source(*,hex)} -set-footer '{json_file_source(*,name)}' - - -[@Tools] - -[Commands] -[Reboot / Apply] -reboot - -[Tools] -[*Kip Profile] - -[*Primary Slot] -;mode=option -list_source '(0, 1, 2, 3, 4, 5)' -set-footer '{list_source(*)}' - -[*Slot Mode] -;mode=option -list_source '(docked, handheld, retro)' -set-footer '{list_source(*)}' - -[Backup Kip] -ini_file '/switch/.packages/OC Toolkit/config.ini/' -mkdir '/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Primary Slot",footer)}/' -cp /atmosphere/kips/loader.kip '/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Primary Slot",footer)}/{ini_file("*Slot Mode",footer)}.kip' - -[Restore Kip] -ini_file '/switch/.packages/OC Toolkit/config.ini/' -mkdir '/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Primary Slot",footer)}/' -cp '/switch/.packages/OC Toolkit/kips/slot_{ini_file("*Primary Slot",footer)}/{ini_file("*Slot Mode",footer)}.kip' /atmosphere/kips/loader.kip -exec boot -refresh - - -; [Tools] -; [*Bootloader] - -; [Security Entry] -; ;mode=toggle -; on: -; set-ini-val '/bootloader/hekate_ipl.ini' 'Atmosphere (security)' fss0 atmosphere/package3 -; set-ini-val '/bootloader/hekate_ipl.ini' 'Atmosphere (security)' cal0blank 1 -; off: -; remove-ini-section '/bootloader/hekate_ipl.ini' 'Atmosphere (security)' - - -[Tools] -[*Fan Curve] -;mode=option -json_source '[{"name":"54°C", "value":"54000"}, {"name":"56°C", "value":"56000"}, {"name":"58°C", "value":"58000"}, {"name":"60°C", "value":"60000"}, {"name":"62°C", "value":"62000"}]' name -copy /atmosphere/config/system_settings.ini /atmosphere/config/system_settings.ini.bak -set-ini-val /atmosphere/config/system_settings.ini tc use_configurations_on_fwdbg u8!0x1 -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, {json_source(*,value)}, 128, 255], [{json_source(*,value)}, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg 'str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, {json_source(*,value)}, 128, 255], [{json_source(*,value)}, 1000000, 255, 255]]"' -set-ini-val /atmosphere/config/system_settings.ini tc holdable_tskin u32!0xEA60 -set-ini-val /atmosphere/config/system_settings.ini tc touchable_tskin u32!0xEA60 -set-footer '{json_source(*,name)}' - - - -[Tools] -[*Sys-clk Settings] -[Unsafe Freqs?sys-clk] -;mode=toggle -on: -set-ini-val /config/sys-clk/config.ini values allow_unsafe_freq 1 -off: -set-ini-val /config/sys-clk/config.ini values allow_unsafe_freq 0 - -[Uncapped Clocks?sys-clk] -;mode=toggle -on: -set-ini-val /config/sys-clk/config.ini values uncapped_clocks 1 -off: -set-ini-val /config/sys-clk/config.ini values uncapped_clocks 0 - -[Unrestricted Clocks?sys-clk] -;mode=toggle -on: -set-ini-val /config/sys-clk/config.ini values unrestricted_handheld_clocks 1 -off: -set-ini-val /config/sys-clk/config.ini values unrestricted_handheld_clocks 0 - -[Override Boost Mode?sys-clk] -;mode=toggle -on: -set-ini-val /config/sys-clk/config.ini values override_boost_mode 1 -off: -set-ini-val /config/sys-clk/config.ini values override_boost_mode 0 - -[Auto CPU Boost] -;mode=toggle -on: -set-ini-val /config/sys-clk/config.ini values auto_cpu_boost 1 -off: -set-ini-val /config/sys-clk/config.ini values auto_cpu_boost 0 - - - -[Tools] -[*Software Update] - -[Update OC Toolkit] -try: -download https://github.com/ppkantorski/Ultrahand-Overlay/releases/latest/download/ovlmenu.ovl /config/ultrahand/downloads/ -move /config/ultrahand/downloads/ovlmenu.ovl /switch/.overlays/ovlmenu.ovl -delete /config/ultrahand/downloads/main.zip -download https://github.com/ppkantorski/Ultrahand-Overlay/archive/refs/heads/main.zip /config/ultrahand/downloads/ -unzip /config/ultrahand/downloads/main.zip /config/ultrahand/downloads/main/ -move '/switch/.packages/OC Toolkit/kips/' '/config/ultrahand/downloads/main/Ultrahand-Overlay-main/examples/OC Toolkit/kips/' -delete '/switch/.packages/OC Toolkit/' -move '/config/ultrahand/downloads/main/Ultrahand-Overlay-main/examples/OC Toolkit/' '/switch/.packages/OC Toolkit/' -delete /config/ultrahand/downloads/main.zip -delete /config/ultrahand/downloads/main/ -exec boot -refresh - -; [Update OC Suite] -; try: -; download https://github.com/hanai3Bi/Switch-OC-Suite/releases/latest/download/AIO.zip /config/ultrahand/downloads/ -; unzip /config/ultrahand/downloads/AIO.zip /config/ultrahand/downloads/AIO/ -; move /config/ultrahand/downloads/AIO/atmosphere/contents/ /atmosphere/contents/ -; move /config/ultrahand/downloads/AIO/atmosphere/kips/loader.kip /atmosphere/kips/loader.kip -; move /config/ultrahand/downloads/AIO/config/ /config/ -; move /config/ultrahand/downloads/AIO/switch/ /switch/ -; delete /config/ultrahand/downloads/AIO/ -; delete /config/ultrahand/downloads/AIO.zip -; exec boot -; refresh - - -[Package Info] diff --git a/Switch/.packages/RebootNX/config.ini b/Switch/.packages/RebootNX/config.ini deleted file mode 100644 index 2be470a..0000000 --- a/Switch/.packages/RebootNX/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[*Boot Optionen] -system=default -mode=default -grouping=default -footer= diff --git a/Switch/.packages/RebootNX/package.ini b/Switch/.packages/RebootNX/package.ini deleted file mode 100644 index 60c3345..0000000 --- a/Switch/.packages/RebootNX/package.ini +++ /dev/null @@ -1,26 +0,0 @@ -[Commands] -[Hekate] -reboot HEKATE - -[Hekate UMS] -reboot UMS - -[Neustart CFW] -reboot boot CFW-EmuMMC - -[Neustart OFW] -reboot boot OFW - -[Herunterfahren] -shutdown - -[*Payloads] -ini_file_source /bootloader/ini2/Payloads.ini -filter config -reboot boot '{ini_file_source(*)}' - -[*Weitere Optionen] -ini_file_source /bootloader/ini/hekate_ipl.ini -filter config -reboot ini '{ini_file_source(*)}' - diff --git a/Switch/.packages/Ultracam Overlay/config.ini b/Switch/.packages/Ultracam Overlay/config.ini deleted file mode 100644 index a999576..0000000 --- a/Switch/.packages/Ultracam Overlay/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[$] -system=default -mode=table -grouping=default -footer= diff --git a/Switch/.packages/Ultracam Overlay/package.ini b/Switch/.packages/Ultracam Overlay/package.ini deleted file mode 100644 index 47d70e7..0000000 --- a/Switch/.packages/Ultracam Overlay/package.ini +++ /dev/null @@ -1,25 +0,0 @@ -;title='Ultracam Overlay' -;creator='NaGa' -;about='Special Camera Mod Pack for TotK' -;version=1.1 -;color=red - -[Ultracam Installer] -[$] -;mode=table -;background=false -;header=false -;gap=10 - -[Ultracam 2.5 - Beyond] -try: -download https://gamebanana.com/dl/1262977 /config/ultrahand/downloads/ultracam_2_5_beyond.zip -unzip /config/ultrahand/downloads/ultracam_2_5_beyond.zip /config/ultrahand/downloads/ -move /config/ultrahand/downloads/Ultracam/ /atmosphere/contents/0100F2C0115B6000/ -delete /config/ultrahand/downloads/Ultracam/ -delete /config/ultrahand/downloads/ultracam_2_5_beyond.zip - -[Ultracam Settings] -[*Settings] -;mode=forwarder -package_source './ultracam_settings.ini' diff --git a/Switch/.packages/Ultracam Overlay/ultracam/FPS.json b/Switch/.packages/Ultracam Overlay/ultracam/FPS.json deleted file mode 100644 index cc33314..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/FPS.json +++ /dev/null @@ -1,52 +0,0 @@ -[ - { - "name": "30", - "label": "30 ", - "hex": "30" - }, - { - "name": "35", - "label": "35 ", - "hex": "35" - }, - { - "name": "40", - "label": "40 ", - "hex": "40" - }, - { - "name": "45", - "label": "45 ", - "hex": "45" - }, - { - "name": "50", - "label": "50 ", - "hex": "50" - }, - { - "name": "55", - "label": "55 ", - "hex": "55" - }, - { - "name": "60", - "label": "60 ", - "hex": "60" - }, - { - "name": "75", - "label": "75 ", - "hex": "75" - }, - { - "name": "90", - "label": "90 ", - "hex": "90" - }, - { - "name": "120", - "label": "120 ", - "hex": "120" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/anim.json b/Switch/.packages/Ultracam Overlay/ultracam/anim.json deleted file mode 100644 index bd2e103..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/anim.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "name": "0.25", - "label": "0.25 ", - "hex": "0.25" - }, - { - "name": "0.30", - "label": "0.30 ", - "hex": "0.30" - }, - { - "name": "0.35", - "label": "0.35 ", - "hex": "0.35" - }, - { - "name": "0.40", - "label": "0.40 ", - "hex": "0.40" - }, - { - "name": "0.45", - "label": "0.45 ", - "hex": "0.45" - }, - { - "name": "0.50", - "label": "0.50 ", - "hex": "0.50" - }, - { - "name": "0.50", - "label": "0.50 ", - "hex": "0.50" - }, - { - "name": "0.55", - "label": "0.55 ", - "hex": "0.55" - }, - { - "name": "0.60", - "label": "0.60 ", - "hex": "0.60" - }, - { - "name": "0.65", - "label": "0.65 ", - "hex": "0.65" - }, - { - "name": "0.70", - "label": "0.70 ", - "hex": "0.70" - }, - { - "name": "0.75", - "label": "0.75 ", - "hex": "0.75" - }, - { - "name": "0.80", - "label": "0.80 ", - "hex": "0.80" - }, - { - "name": "0.85", - "label": "0.85 ", - "hex": "0.85" - }, - { - "name": "0.90", - "label": "0.90 ", - "hex": "0.90" - }, - { - "name": "0.95", - "label": "0.95 ", - "hex": "0.95" - }, - { - "name": "1.0", - "label": "1.0 ", - "hex": "1.0" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/bench.json b/Switch/.packages/Ultracam Overlay/ultracam/bench.json deleted file mode 100644 index f44f8d1..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/bench.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "0 - Kakariko", - "label": "0 - Kakariko ", - "hex": "0" - }, - { - "name": "1 - Great Sky Island", - "label": "1 - Great Sky Island ", - "hex": "1" - }, - { - "name": "2 - Lookout Landing", - "label": "2 - Lookout Landing ", - "hex": "2" - }, - { - "name": "3 - Goron City", - "label": "3 - Goron City ", - "hex": "3" - }, - { - "name": "4 - Korok Forest", - "label": "4 - Korok Forest ", - "hex": "4" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/camspeed.json b/Switch/.packages/Ultracam Overlay/ultracam/camspeed.json deleted file mode 100644 index ca5517a..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/camspeed.json +++ /dev/null @@ -1,52 +0,0 @@ -[ - { - "name": "30", - "label": "30 ", - "hex": "30" - }, - { - "name": "35", - "label": "35 ", - "hex": "35" - }, - { - "name": "40", - "label": "40 ", - "hex": "40" - }, - { - "name": "45", - "label": "45 ", - "hex": "45" - }, - { - "name": "50", - "label": "50 ", - "hex": "50" - }, - { - "name": "55", - "label": "55 ", - "hex": "55" - }, - { - "name": "60", - "label": "60 ", - "hex": "60" - }, - { - "name": "65", - "label": "65 ", - "hex": "65" - }, - { - "name": "70", - "label": "70 ", - "hex": "70" - }, - { - "name": "80", - "label": "80 ", - "hex": "80" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/distance.json b/Switch/.packages/Ultracam Overlay/ultracam/distance.json deleted file mode 100644 index c73bc83..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/distance.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "name": "15000", - "label": "15000 ", - "hex": "15000" - }, - { - "name": "20000", - "label": "20000 ", - "hex": "20000" - }, - { - "name": "25000", - "label": "25000 ", - "hex": "25000" - }, - { - "name": "30000", - "label": "30000 ", - "hex": "30000" - }, - { - "name": "35000", - "label": "35000 ", - "hex": "35000" - }, - { - "name": "40000", - "label": "40000 ", - "hex": "40000" - }, - { - "name": "45000", - "label": "45000 ", - "hex": "45000" - }, - { - "name": "50000", - "label": "50000 ", - "hex": "50000" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/fov.json b/Switch/.packages/Ultracam Overlay/ultracam/fov.json deleted file mode 100644 index 0ecf53c..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/fov.json +++ /dev/null @@ -1,47 +0,0 @@ -[ - { - "name": "50", - "label": "50 ", - "hex": "50" - }, - { - "name": "55", - "label": "55 ", - "hex": "55" - }, - { - "name": "60", - "label": "60 ", - "hex": "60" - }, - { - "name": "65", - "label": "65 ", - "hex": "65" - }, - { - "name": "70", - "label": "70 ", - "hex": "70" - }, - { - "name": "75", - "label": "75 ", - "hex": "75" - }, - { - "name": "80", - "label": "80 ", - "hex": "80" - }, - { - "name": "85", - "label": "85 ", - "hex": "85" - }, - { - "name": "90", - "label": "90 ", - "hex": "90" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/heaps.json b/Switch/.packages/Ultracam Overlay/ultracam/heaps.json deleted file mode 100644 index 5f559c9..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/heaps.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "name": "1.0", - "label": "1.0 ", - "hex": "1.0" - }, - { - "name": "1.1", - "label": "1.1 ", - "hex": "1.1" - }, - { - "name": "1.2", - "label": "1.2 ", - "hex": "1.2" - }, - { - "name": "1.3", - "label": "1.3 ", - "hex": "1.3" - }, - { - "name": "1.4", - "label": "1.4 ", - "hex": "1.4" - }, - { - "name": "1.5", - "label": "1.5 ", - "hex": "1.5" - }, - { - "name": "1.6", - "label": "1.6 ", - "hex": "1.6" - }, - { - "name": "1.7", - "label": "1.7 ", - "hex": "1.7" - }, - { - "name": "1.8", - "label": "1.8 ", - "hex": "1.8" - }, - { - "name": "1.9", - "label": "1.9 ", - "hex": "1.9" - }, - { - "name": "2.0", - "label": "2.0 ", - "hex": "2.0" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/height.json b/Switch/.packages/Ultracam Overlay/ultracam/height.json deleted file mode 100644 index 123c017..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/height.json +++ /dev/null @@ -1,52 +0,0 @@ -[ - { - "name": "480", - "label": "480 ", - "hex": "480" - }, - { - "name": "540", - "label": "540 ", - "hex": "540" - }, - { - "name": "720", - "label": "720 ", - "hex": "720" - }, - { - "name": "900", - "label": "900 ", - "hex": "900" - }, - { - "name": "1080", - "label": "1080 ", - "hex": "1080" - }, - { - "name": "1152", - "label": "1152 ", - "hex": "1152" - }, - { - "name": "1440", - "label": "1440 ", - "hex": "1440" - }, - { - "name": "1800", - "label": "1800 ", - "hex": "1800" - }, - { - "name": "2160", - "label": "2160 ", - "hex": "2160" - }, - { - "name": "4320", - "label": "4320 ", - "hex": "4320" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/shadow.json b/Switch/.packages/Ultracam Overlay/ultracam/shadow.json deleted file mode 100644 index 00acf2e..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/shadow.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "512", - "label": "512 ", - "hex": "512" - }, - { - "name": "1024", - "label": "1024 ", - "hex": "1024" - }, - { - "name": "1536", - "label": "1536 ", - "hex": "1536" - }, - { - "name": "2048", - "label": "2048 ", - "hex": "2048" - }, - { - "name": "4096", - "label": "4096 ", - "hex": "4096" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/speed.json b/Switch/.packages/Ultracam Overlay/ultracam/speed.json deleted file mode 100644 index 7895ca5..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/speed.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "name": "5", - "label": "5 ", - "hex": "5" - }, - { - "name": "10", - "label": "10 ", - "hex": "10" - }, - { - "name": "15", - "label": "15 ", - "hex": "15" - }, - { - "name": "20", - "label": "20 ", - "hex": "20" - }, - { - "name": "25", - "label": "25 ", - "hex": "25" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/tspeed.json b/Switch/.packages/Ultracam Overlay/ultracam/tspeed.json deleted file mode 100644 index 1bb9a08..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/tspeed.json +++ /dev/null @@ -1,87 +0,0 @@ -[ - { - "name": "1.0", - "label": "1.0 ", - "hex": "1.0" - }, - { - "name": "1.1", - "label": "1.1 ", - "hex": "1.1" - }, - { - "name": "1.2", - "label": "1.2 ", - "hex": "1.2" - }, - { - "name": "1.3", - "label": "1.3 ", - "hex": "1.3" - }, - { - "name": "1.4", - "label": "1.4 ", - "hex": "1.4" - }, - { - "name": "1.5", - "label": "1.5 ", - "hex": "1.5" - }, - { - "name": "1.6", - "label": "1.6 ", - "hex": "1.6" - }, - { - "name": "1.7", - "label": "1.7 ", - "hex": "1.7" - }, - { - "name": "1.8", - "label": "1.8 ", - "hex": "1.8" - }, - { - "name": "1.9", - "label": "1.9 ", - "hex": "1.9" - }, - { - "name": "2.0", - "label": "2.0 ", - "hex": "2.0" - }, - { - "name": "2.5", - "label": "2.5 ", - "hex": "2.5" - }, - { - "name": "3.0", - "label": "3.0 ", - "hex": "3.0" - }, - { - "name": "3.5", - "label": "3.5 ", - "hex": "3.5" - }, - { - "name": "4.0", - "label": "4.0 ", - "hex": "4.0" - }, - { - "name": "4.5", - "label": "4.5 ", - "hex": "4.5" - }, - { - "name": "5.0", - "label": "5.0 ", - "hex": "5.0" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam/width.json b/Switch/.packages/Ultracam Overlay/ultracam/width.json deleted file mode 100644 index 2456b18..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam/width.json +++ /dev/null @@ -1,52 +0,0 @@ -[ - { - "name": "854", - "label": "854 ", - "hex": "854" - }, - { - "name": "960", - "label": "960 ", - "hex": "960" - }, - { - "name": "1280", - "label": "1280 ", - "hex": "1280" - }, - { - "name": "1600", - "label": "1600 ", - "hex": "1600" - }, - { - "name": "1920", - "label": "1920 ", - "hex": "1920" - }, - { - "name": "2048", - "label": "2048 ", - "hex": "2048" - }, - { - "name": "2560", - "label": "2560 ", - "hex": "2560" - }, - { - "name": "3200", - "label": "3200 ", - "hex": "3200" - }, - { - "name": "3840", - "label": "3840 ", - "hex": "3840" - }, - { - "name": "7680", - "label": "7680 ", - "hex": "7680" - } -] \ No newline at end of file diff --git a/Switch/.packages/Ultracam Overlay/ultracam_settings.ini b/Switch/.packages/Ultracam Overlay/ultracam_settings.ini deleted file mode 100644 index 182c40c..0000000 --- a/Switch/.packages/Ultracam Overlay/ultracam_settings.ini +++ /dev/null @@ -1,171 +0,0 @@ -;creator='NaGa' - -[Resolution & Framerate] -[Max Framerate] -;mode=named_step_trackbar -json_file_source './ultracam/FPS.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution MaxFramerate {json_file_source(*,hex)} - -[Resolution Width] -;mode=named_step_trackbar -json_file_source './ultracam/width.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution Width {json_file_source(*,hex)} - -[Resolution Height] -;mode=named_step_trackbar -json_file_source './ultracam/height.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution Height {json_file_source(*,hex)} - -[Override Handheld Resolution] -;mode=toggle?off -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Handheld OverrideHandheld_Resolution On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Handheld OverrideHandheld_Resolution Off - -[ Handheld Resolution Width] -;mode=named_step_trackbar -json_file_source './ultracam/width.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Handheld Width {json_file_source(*,hex)} - -[ Handheld Resolution Height] -;mode=named_step_trackbar -json_file_source './ultracam/height.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Handheld Height {json_file_source(*,hex)} - -[Graphics Settings] -[Shadow Resolution] -;mode=named_step_trackbar -json_file_source './ultracam/shadow.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution ShadowResolution {json_file_source(*,hex)} - -[Render Distance] -;mode=named_step_trackbar -json_file_source './ultracam/distance.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution RenderDistance {json_file_source(*,hex)} - -[Quality Improvements] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution QualityImprovements On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution QualityImprovements Off - -[Remove Depth of Field] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution RemoveDepthOfField On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution RemoveDepthOfField Off - -[Disable FXAA] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution DisableFXAA On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution DisableFXAA Off - -[Disable Fog] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features DisableFog On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features DisableFog Off - -[Remove Lens Flare] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution RemoveLensflare On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Resolution RemoveLensflare Off - -[Game Settings] -[Stick Vertical Speed] -;mode=named_step_trackbar -json_file_source './ultracam/heaps.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Gameplay Stick_Vertical_Speed {json_file_source(*,hex)} - -[Stick Horizontal Speed] -;mode=named_step_trackbar -json_file_source './ultracam/heaps.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Gameplay Stick_Horizontal_Speed {json_file_source(*,hex)} - -[FOV] -;mode=named_step_trackbar -json_file_source './ultracam/fov.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features Fov {json_file_source(*,hex)} - -[Menu FPS Lock] -;mode=named_step_trackbar -json_file_source './ultracam/FPS.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features MenuFPSLock {json_file_source(*,hex)} - -[Movie FPS] -;mode=named_step_trackbar -json_file_source './ultracam/FPS.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features MovieFPS {json_file_source(*,hex)} - -[Time Speed] -;mode=named_step_trackbar -json_file_source './ultracam/tspeed.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features TimeSpeed {json_file_source(*,hex)} - -[Is Time Slower] -;mode=toggle?off -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features IsTimeSlower On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Features IsTimeSlower Off - -[Ultracam Settings] -[Camera Speed] -;mode=named_step_trackbar -json_file_source './ultracam/camspeed.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam CameraSpeed {json_file_source(*,hex)} - -[Speed] -;mode=named_step_trackbar -json_file_source './ultracam/speed.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam Speed {json_file_source(*,hex)} - -[Animation Smoothing] -;mode=named_step_trackbar -json_file_source './ultracam/anim.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam AnimationSmoothing {json_file_source(*,hex)} - -[Animation Fadeout] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam AnimationFadeout On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam AnimationFadeout Off - -[Trigger With Controller] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam TriggerWithController On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam TriggerWithController Off - -[Auto Hide UI Freecam] -;mode=toggle?on -on: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam AutoHideUI On -off: -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini UltraCam AutoHideUI Off - -[Benchmark] -;mode=named_step_trackbar -json_file_source './ultracam/bench.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Benchmark Benchmark {json_file_source(*,hex)} - -[Memory Heaps] -[RSDB] -;mode=named_step_trackbar -json_file_source './ultracam/heaps.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Heaps RSDB {json_file_source(*,hex)} - -[GameTextures] -;mode=named_step_trackbar -json_file_source './ultracam/heaps.json' label -set-ini-val /atmosphere/contents/0100F2C0115B6000/romfs/Ultracam/maxlastbreath.ini Heaps GameTextures {json_file_source(*,hex)} \ No newline at end of file diff --git a/Switch/.packages/config.ini b/Switch/.packages/config.ini deleted file mode 100644 index 2be470a..0000000 --- a/Switch/.packages/config.ini +++ /dev/null @@ -1,5 +0,0 @@ -[*Boot Optionen] -system=default -mode=default -grouping=default -footer= diff --git a/Switch/.packages/package.ini b/Switch/.packages/package.ini deleted file mode 100644 index e69de29..0000000 diff --git a/Switch/DBI/DBI.nro b/Switch/DBI/DBI.nro deleted file mode 100644 index 4e56dfe..0000000 Binary files a/Switch/DBI/DBI.nro and /dev/null differ diff --git a/Switch/DBI/DBI/DBI.nro b/Switch/DBI/DBI/DBI.nro deleted file mode 100644 index 3e50911..0000000 Binary files a/Switch/DBI/DBI/DBI.nro and /dev/null differ diff --git a/Switch/DBI/DBI/dbi.config b/Switch/DBI/DBI/dbi.config deleted file mode 100644 index 7255def..0000000 --- a/Switch/DBI/DBI/dbi.config +++ /dev/null @@ -1,220 +0,0 @@ -; General settings -[General] -; Direct exit to homescreen -ExitToHomeScreen=false -; Folder where saves backups are stored -SavesFolder=sdmc:/DBI/saves/ -; Log "Install", "Check integrity" and "Cleanup" processes -LogEvents=false -; Folder where logs are stored -LogsFolder=sdmc:/DBI/logs/ -; Folder where game dumps are stored -DumpsFolder=sdmc:/DBI/dumps/ -; Sorting options for application list -AppSorting=LastPlayed,InstallLocation,Size,Name -; Sorting options for save list -SaveSorting=AppLastPlayed,AppName,UserUid,Size,Time -; Highlight files with updates to curently instaled titles in file browsers -HighlightUpdates=true -; Rotate screen upside down -RotateScreen=false -; Rotate joycons -RotateJoycon=false -; URL with title versions in format |[rightsId|] -;VersionsURL=https://raw.githubusercontent.com/16BitWonder/nx-versions/master/versions.txt -VersionsURL=https://raw.githubusercontent.com/blawar/titledb/master/versions.txt -;VersionsURL=sdmc:/versions.txt -; URL with titledb json -TitleDB=https://raw.githubusercontent.com/blawar/titledb/master/DE.de.json -;Browse saves FS in Read-only mode -ROSaveFS=false -; Show "Update all items from here..." in context menu of file browsers -ShowUpdateFromHere=true -; Show cache warming spinner -ShowCacheWarmingIndicator=true -; Move cursor down after selection -MoveDownAfterX=true -; Screen idle timeout in seconds -ScreenIdleTimeout=0 -; Auto repeat nav. buttons when holding -Autorepeat=true -; Show cursors on both panels in two-panel browsinig mode -Secondcursor=false -; Backup saves before delete -FoolproofSaveDelete=true -; Show time in status line -TimeShow=true -; Show time with seconds -TimeShowSeconds=true -; Run Application list from file browser by pressing L -BrowseAppsFromFiles=false -; Validate SSL certificates on network connections -ValidateSSL=false -; UpdateURL -DBIUpdateURL=https://github.com/rashevskyv/DBI/releases/latest/download/latest.zip -; Dump generated forwarders to configured dump location -DumpForwarders=false - -[Filtering] -; Apply filebrowser filter to directories -FilterFolders=true -; Inherit filter in subfolders -InheritFilter=true - -; Visibility of main menu items -[MainMenu] -; Browse and install files from SD card -BrowseSD=true -; Browse and copy files from SYSTEM partition -BrowseSystem=false -; Browse and copy files from USER partition -BrowseUser=false -; Browse and install files from USB flash drives and HDD -USBHost=true -; Browse and install files from PC via dbibackend -BackendInstall=true -; Install game from inserted game cartridge -GameCard=true -; Browse and install files from configured network sources -Network=true -; Browse and install files from configured sd card folders -Local=true -; Browse installed applications -BrowseApps=true -; View where you can view or delete installed tickets -Tickets=true -; View where you can view or delete game saves -Saves=true -; MTP responder -MTP=true -; FTP Server -FTP=true -; HTTP Server -HTTP=true -; Tools -Tools=true - -[Applications] -; Whether check or not LFS mod size -CalculateLFSSize=true - -; Install options -[Install] -; Check NCA hash during install -CheckHash=true -; Allow NSZ/XCZ install in applet mode -EnableNSZ=true -; Create LFS folder in /atmosphere/contents after installation -CreateLFS=false -; -; Note! Following flags can make games to crash. -; Patch restrictions for user account such as Linking -PatchUAC=false -; Patch restriction to create screenshots -PatchScreenshot=false -; Patch restriction to video recording -PatchVideoRec=false - -; MTP options -[MTP] -; Show or not NSP that includes base game, latest update and all DLC in single multi-title file -ShowCombinedNSP=true -; Add [Base] and [Update] suffix to filename -AddBaseUpdate = false -; Show or not virtual "Mods & cheats" folder that redirects to sdmc:/atmosphere/contents/TITLEID -ShowMAC=true -; Use TitleID for "Mods & cheats" folder -MACasTID=true -; Show user defined shortcuts to MircoSD folders as separate storages -CustomStorages=true -; Turn screen off on start MTP mode -TurnOffScreen=false -; Report android extension (some initiators thinks that android has bugs) -ReportAndroidExtension=true -; Use single URB transfer. Will be a lot slower, but can improve stability -SingleURB=false -; MTP transmission buffer size in KB -BufferSize=512 -; MTP transmission timeout in ms -NewBufferTimeout=2500 -; Send Object_Removed event for files copied to Install storages -AutoremoveInstalled=true - -; FTP options -[FTP] -; Turn screen off on start FTP mode -TurnOffScreen=false -; Read file modification time (can slow down on large dirs) -ReadMT=false -; Access port -Port=5000 -; Min value for passive port range. Use 0 to Auto -MinPassivePort=40000 -; Max value for passive port range. Use 0 to Auto -MaxPassivePort=40100 -; send current directory as type=cdir -CDIR=false -; Force UTF8 usage -ForceUtf8=true - -;HTTP options -[HTTP] -; Use parallel downloading -UseParallelDownloading=true -; Access port -Port=1234 - -; Access point options -[Access point] -; Start local access point for FTP/HTTP server -UseAP=false -SSID= -Password= -Use5GHz=false -Hidden=false - - -;Enable or disable various MTP storages -[MTP Storages] -1: SD Card=true -2: Nand USER=false -3: Nand SYSTEM=false -4: Installed games=true -5: SD Card install=true -6: NAND install=true -7: Saves=true -8: Album=true -9: Gamecard=false - - -; Network install sources -[Network sources] -; =| -;NSP Indexer=URLList|http://192.168.1.47/nspindexer/index.php?DBI -;Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/ -;WebDAV test=WebDAV|http://user:password@192.168.1.47/webdav/ -;Test FTP=FTP|ftp://192.168.1.24:2121/ -;Test SFTP=SFTP|sftp://user:password@192.168.1.24/ -;Test SFTP=SFTP|sftp://remote_user@192.168.1.47/ -;Instead of password you can use sdmc:/switch/.ssh/id_rsa and sdmc:/switch/.ssh/id_rsa.pub files -;Sorry, but it seems to be libcurl limitation to use full keypair instead of only private key. - -; Main menu shortcuts to SD card locations -[Local sources] -; = -;Homebrew=sdmc:/switch -DBILogs=sdmc:/DBI/logs - -[MTP custom storages] -; = -;Homebrew=sdmc:/switch -DBILogs=sdmc:/DBI/logs - -; Override for display name -; = -[Title name override] -;010023901191C000=Naheulbeuk - -[Disabled titles to check for updates] -BlockAllTitlesWithLFS=true -010072400E04A000; Pokemon Cafe Mix diff --git a/Switch/DBI/dbi.config b/Switch/DBI/dbi.config deleted file mode 100644 index f2e5422..0000000 Binary files a/Switch/DBI/dbi.config and /dev/null differ diff --git a/Switch/DNS_mitm Tester/DNS_mitm Tester.nro b/Switch/DNS_mitm Tester/DNS_mitm Tester.nro deleted file mode 100644 index 6a78a1e..0000000 Binary files a/Switch/DNS_mitm Tester/DNS_mitm Tester.nro and /dev/null differ diff --git a/Switch/Daybreak/daybreak.nro b/Switch/Daybreak/daybreak.nro deleted file mode 100644 index 1275961..0000000 Binary files a/Switch/Daybreak/daybreak.nro and /dev/null differ diff --git a/Switch/EdiZon/EdiZon.nro b/Switch/EdiZon/EdiZon.nro deleted file mode 100644 index 5c7d84d..0000000 Binary files a/Switch/EdiZon/EdiZon.nro and /dev/null differ diff --git a/Switch/JKSV/JKSV.nro b/Switch/JKSV/JKSV.nro deleted file mode 100644 index c7c623f..0000000 Binary files a/Switch/JKSV/JKSV.nro and /dev/null differ diff --git a/Switch/Linkalho/linkalho.nro b/Switch/Linkalho/linkalho.nro deleted file mode 100644 index 324ac8a..0000000 Binary files a/Switch/Linkalho/linkalho.nro and /dev/null differ diff --git a/Switch/Moonlight/Moonlight-Switch.nro b/Switch/Moonlight/Moonlight-Switch.nro deleted file mode 100644 index c3fbef4..0000000 Binary files a/Switch/Moonlight/Moonlight-Switch.nro and /dev/null differ diff --git a/Switch/NX-Activity-Log/NX-Activity-Log.nro b/Switch/NX-Activity-Log/NX-Activity-Log.nro deleted file mode 100644 index 34866e4..0000000 Binary files a/Switch/NX-Activity-Log/NX-Activity-Log.nro and /dev/null differ diff --git a/Switch/NX-Save-Sync/NX-Save-Sync.nro b/Switch/NX-Save-Sync/NX-Save-Sync.nro deleted file mode 100644 index f9eb8e0..0000000 Binary files a/Switch/NX-Save-Sync/NX-Save-Sync.nro and /dev/null differ diff --git a/Switch/NXGallery/NXGallery.nro b/Switch/NXGallery/NXGallery.nro deleted file mode 100644 index 0d9db47..0000000 Binary files a/Switch/NXGallery/NXGallery.nro and /dev/null differ diff --git a/Switch/NXRemoteLauncher/NXRemoteLauncher.nro b/Switch/NXRemoteLauncher/NXRemoteLauncher.nro deleted file mode 100644 index e7e2027..0000000 Binary files a/Switch/NXRemoteLauncher/NXRemoteLauncher.nro and /dev/null differ diff --git a/Switch/NXThemesInstaller/NXThemesInstaller.nro b/Switch/NXThemesInstaller/NXThemesInstaller.nro deleted file mode 100644 index 8f18b7d..0000000 Binary files a/Switch/NXThemesInstaller/NXThemesInstaller.nro and /dev/null differ diff --git a/Switch/Neumann/Neumann.nro b/Switch/Neumann/Neumann.nro deleted file mode 100644 index e249d3d..0000000 Binary files a/Switch/Neumann/Neumann.nro and /dev/null differ diff --git a/Switch/SimpleModDownloader/SimpleModDownloader.nro b/Switch/SimpleModDownloader/SimpleModDownloader.nro deleted file mode 100644 index 5310c4d..0000000 Binary files a/Switch/SimpleModDownloader/SimpleModDownloader.nro and /dev/null differ diff --git a/Switch/SimpleModManager/SimpleModManager.nro b/Switch/SimpleModManager/SimpleModManager.nro deleted file mode 100644 index eb82d6e..0000000 Binary files a/Switch/SimpleModManager/SimpleModManager.nro and /dev/null differ diff --git a/Switch/SwitchFin/Switchfin.nro b/Switch/SwitchFin/Switchfin.nro deleted file mode 100644 index 122fc6c..0000000 Binary files a/Switch/SwitchFin/Switchfin.nro and /dev/null differ diff --git a/Switch/SwitchIdent/SwitchIdent.nro b/Switch/SwitchIdent/SwitchIdent.nro deleted file mode 100644 index 667cb52..0000000 Binary files a/Switch/SwitchIdent/SwitchIdent.nro and /dev/null differ diff --git a/Switch/Sys-Clk Manager/sys-clk-manager.nro b/Switch/Sys-Clk Manager/sys-clk-manager.nro deleted file mode 100644 index 5395c68..0000000 Binary files a/Switch/Sys-Clk Manager/sys-clk-manager.nro and /dev/null differ diff --git a/Switch/breeze/Breeze.nro b/Switch/breeze/Breeze.nro deleted file mode 100644 index 7136f7f..0000000 Binary files a/Switch/breeze/Breeze.nro and /dev/null differ diff --git a/Switch/cheats-updater/cheats-updater.nro b/Switch/cheats-updater/cheats-updater.nro deleted file mode 100644 index 0aab815..0000000 Binary files a/Switch/cheats-updater/cheats-updater.nro and /dev/null differ diff --git a/Switch/chiaki/chiaki.nro b/Switch/chiaki/chiaki.nro deleted file mode 100644 index f8269e3..0000000 Binary files a/Switch/chiaki/chiaki.nro and /dev/null differ diff --git a/Switch/ldnmitm_config/ldnmitm_config.nro b/Switch/ldnmitm_config/ldnmitm_config.nro deleted file mode 100644 index d689913..0000000 Binary files a/Switch/ldnmitm_config/ldnmitm_config.nro and /dev/null differ diff --git a/Switch/nxdumptool/nxdumptool.nro b/Switch/nxdumptool/nxdumptool.nro deleted file mode 100644 index 03c3d81..0000000 Binary files a/Switch/nxdumptool/nxdumptool.nro and /dev/null differ diff --git a/Switch/sphaira/sphaira.nro b/Switch/sphaira/sphaira.nro deleted file mode 100644 index eb6eec6..0000000 Binary files a/Switch/sphaira/sphaira.nro and /dev/null differ diff --git a/Switch/tinfoil/db/cheats.json b/Switch/tinfoil/db/cheats.json deleted file mode 100644 index e69de29..0000000 diff --git a/Switch/tinfoil/db/titles.DE.de.json b/Switch/tinfoil/db/titles.DE.de.json deleted file mode 100644 index e69de29..0000000 diff --git a/Switch/tinfoil/db/titles.US.en.json b/Switch/tinfoil/db/titles.US.en.json deleted file mode 100644 index e69de29..0000000 diff --git a/Switch/tinfoil/icons.db b/Switch/tinfoil/icons.db deleted file mode 100644 index f92d96c..0000000 Binary files a/Switch/tinfoil/icons.db and /dev/null differ diff --git a/Switch/tinfoil/keys.txt b/Switch/tinfoil/keys.txt deleted file mode 100644 index c7b963e..0000000 --- a/Switch/tinfoil/keys.txt +++ /dev/null @@ -1,186 +0,0 @@ -aes_kek_generation_source = 4d870986c45d20722fba1053da92e8a9 -aes_key_generation_source = 89615ee05c31b6805fe58f3da24f7aa8 -bis_kek_source = 34c1a0c48258f8b4fa9e5e6adafc7e4f -bis_key_00 = 32844bdd7593b27ee790176192a7866cab9ce519ef1fc24699739ced3ddc6f17 -bis_key_01 = 4dbf039d5ab1ab934660730ce284d6ed20a92a25ac966b54043dcbddde90defd -bis_key_02 = 6d1e303faa6edf17eeb6fe5c9cd8b8d53a67e47f58742da4a75f76431b549f6e -bis_key_03 = 6d1e303faa6edf17eeb6fe5c9cd8b8d53a67e47f58742da4a75f76431b549f6e -bis_key_source_00 = f83f386e2cd2ca32a89ab9aa29bfc7487d92b03aa8bfdee1a74c3b6e35cb7106 -bis_key_source_01 = 41003049ddccc065647a7eb41eed9c5f44424edab49dfcd98777249adc9f7ca4 -bis_key_source_02 = 52c2e9eb09e3ee2932a10c1fb6a0926c4d12e14b2a474c1c09cb0359f015f4e4 -device_key_4x = af4cf3b5256068f81ccece66b2e9ed28 -eticket_rsa_kek = 19c8b441d318802bad63a5beda283a84 -eticket_rsa_kek_personalized = fa85a060b74a083425494fb964f60ca9 -eticket_rsa_kek_source = dba451124ca0a9836814f5ed95e3125b -eticket_rsa_kekek_source = 466e57b74a447f02f321cde58f2f5535 -eticket_rsa_keypair = 611e5372b06f6bbe0b721a57f22090c5f33f4b06e64c44c17be19eb238d5c8cd4a8beea421bb16589263c21a2938adfd37bab02524c50b7fa3025d4d6eddc8256f3b03e96cd457158639b77ac5ffcb268f4ca2933f5192269664c977c3657eb6b3f71471d090fc3b17433161f8684faf0dd6ad2e5ed786ec54944972990219cbbff7f8dd02cf93e63067a7ad253f8aa7a57780dcea8f64c477242a31238beed9e835532773a0e78e256f3d0950e67b9727a6e1cd59a8f4ecbc28fb120bb7c9a4e3d49fd9831ed3e36c6bd89f502cbdf9729bd679f5096f48fd55cdf8a1ff29c4d929edbaaca19f0f7da09e6b86634f698985a3880bf0078f68b99ec53118ca01c95e4fd586da52ea5a31adcb19886a0e28581b011cbab208f25a89a729fc83af8da624069caa36b72d852ffecbbc0665c5bfeb0166857a2c90e51cf60e3742d4109741062951fee9e2305149a6693bfc539c1a6f54b97397e1826dbb8d6c2866867e6a769cf3fcba812f4dfd1949bc6a3ddc105e6fe1b9259bd57ab5d4c17f2dfbd89cc7a2828047b641cc439a20130ab933d24d56b8870d0352eb504a217e2474f6ec4b6b1c2dbfe7df151a3788e34c2f1144259e8511076d4aad615b3436d88cc2e6a4c1e4bee509d66cc0b2e70c7428c0c818ab755c225faa797beb448063bcc122e5ef702c5c72969959f76c4513f078760f50fd9a1089b5b464b42e9ae100010001000000000000000000000000 -header_kek_source = 1f12913a4acbf00d4cde3af6d523882a -header_key = aeaab1ca08adf9bef12991f369e3c567d6881e4e4a6a47a51f6e4877062d542d -header_key_source = 5a3ed84fdec0d82631f7e25d197bf5d01c9b7bfaf628183d71f64d73f150b9d2 -key_area_key_application_00 = ef979e289a132c23d39c4ec5a0bba969 -key_area_key_application_01 = cdedbab97b69729073dfb2440bff2c13 -key_area_key_application_02 = 75716ed3b524a01dfe21456ce26c7270 -key_area_key_application_03 = f428306544cf5707c25eaa8bc0583fd1 -key_area_key_application_04 = 798844ec099eb6a04b26c7c728a35a4d -key_area_key_application_05 = a57c6eecc5410ada22712eb3ccbf45f1 -key_area_key_application_06 = 2a60f6c4275df1770651d5891b8e73ec -key_area_key_application_07 = 32221bd6ed19b938bec06b9d36ed9e51 -key_area_key_application_08 = fb20aa9e3dbf67350e86479eb431a0b3 -key_area_key_application_09 = ce8d5fa79e220d5f48470e9f21be018b -key_area_key_application_0a = 38b865725adcf568a81d2db3ceaa5bcc -key_area_key_application_0b = bbddfd40a59d0ff555c0954239972213 -key_area_key_application_0c = 3fee7204e21c6b0ff1373226c0c3e055 -key_area_key_application_0d = 7b05d214fa554bc3e91b044fb412fc0d -key_area_key_application_0e = 061667d7668b76a423e3f1aea52a8baa -key_area_key_application_0f = 7ee19b046987ba2588e852cc24bc2953 -key_area_key_application_10 = fd8a4be923d9a464793cd2f3a27557ee -key_area_key_application_source = 7f59971e629f36a13098066f2144c30d -key_area_key_ocean_00 = b33813e4c9c4399c75fabc673ab4947b -key_area_key_ocean_01 = c54166efa8c9c0f6511fa8b580191677 -key_area_key_ocean_02 = 3061ce73461e0b0409d6a33da85843c8 -key_area_key_ocean_03 = 06f170025a64921c849df168e74d37f2 -key_area_key_ocean_04 = dc857fd6dc1c6213076ec7b902ec5bb6 -key_area_key_ocean_05 = 131d76b70bd8a60036d8218c15cb610f -key_area_key_ocean_06 = 17d565492ba819b0c19bed1b4297b659 -key_area_key_ocean_07 = 37255186f7678324bf2b2d773ea2c412 -key_area_key_ocean_08 = 4115c119b7bd8522ad63c831b6c816a6 -key_area_key_ocean_09 = 792bfc652870cca7491d1685384be147 -key_area_key_ocean_0a = dfcc9e87e61c9fba54a9b1c262d41e4d -key_area_key_ocean_0b = 66fe3107f5a6a8d8eda2459d920b07a1 -key_area_key_ocean_0c = b79b6bf3d6cdc5ec10277fc07a4fec93 -key_area_key_ocean_0d = 9a20ffbdcb03cfc5b8e88b058d27ae6c -key_area_key_ocean_0e = 1e8bba40c91ca4d55163cdfb779a2f4e -key_area_key_ocean_0f = 2a51262c614e175f22cb0bf7907418b0 -key_area_key_ocean_10 = 97b66913f9683a9e7b733b96a35cabf3 -key_area_key_ocean_source = 327d36085ad1758dab4e6fbaa555d882 -key_area_key_system_00 = 6dd02aa15b440d6231236b6677de86bc -key_area_key_system_01 = 4ab155e7f29a292037fd147592770b12 -key_area_key_system_02 = b7a74adeaf89c2a198c327bdff322d7d -key_area_key_system_03 = d5aab1acd23a8aec284a316df859d377 -key_area_key_system_04 = 9b44b45b37de9d14754b1d22c2ca742c -key_area_key_system_05 = 0012e957530d3dc7af34fbbe6fd44559 -key_area_key_system_06 = 01744e3b0818445cd54ee9f89da43192 -key_area_key_system_07 = d0d30e46f5695b875f11522c375c5a80 -key_area_key_system_08 = bd06cb1b86bd5c433667470a09eb63de -key_area_key_system_09 = e19f788f658eda8bbf34a1dd2a9503a9 -key_area_key_system_0a = 7070e7ff5cfe448630143a9874903c38 -key_area_key_system_0b = 3fa471d4483e58b8f7756fcb64f63890 -key_area_key_system_0c = 7bfd381df3369407ab1c6bdd9fabf522 -key_area_key_system_0d = 53ed531cd657edf443b551a964f44ecc -key_area_key_system_0e = fa9d4958e8f8f2c8c8ae33b1034a0a02 -key_area_key_system_0f = 91eae4eeb5335cc5a706c4fe81d8d8af -key_area_key_system_10 = ae11fa6821b123419e0a54f3a89d9a8b -key_area_key_system_source = 8745f1bba6be79647d048ba67b5fda4a -keyblob_key_source_00 = df206f594454efdc7074483b0ded9fd3 -keyblob_key_source_01 = 0c25615d684ceb421c2379ea822512ac -keyblob_key_source_02 = 337685ee884aae0ac28afd7d63c0433b -keyblob_key_source_03 = 2d1f4880edeced3e3cf248b5657df7be -keyblob_key_source_04 = bb5a01f988aff5fc6cff079e133c3980 -keyblob_key_source_05 = d8cce1266a353fcc20f32d3b517de9c0 -keyblob_mac_key_source = 59c7fb6fbe9bbe87656b15c0537336a5 -mariko_master_kek_source_05 = 77605ad2ee6ef83c3f72e2599dac5e56 -mariko_master_kek_source_06 = 1e80b8173ec060aa11be1a4aa66fe4ae -mariko_master_kek_source_07 = 940867bd0a00388411d31adbdd8df18a -mariko_master_kek_source_08 = 5c24e3b8b4f700c23cfd0ace13c3dc23 -mariko_master_kek_source_09 = 8669f00987c805aeb57b4874de62a613 -mariko_master_kek_source_0a = 0e440cedb436c03faa1daebf62b10982 -mariko_master_kek_source_0b = e541acecd1a7d1abed0377f127caf8f1 -mariko_master_kek_source_0c = 52719bdfa78b61d8d58511e48e4f74c6 -mariko_master_kek_source_0d = d268c6539d94f9a8a5a8a7c88f534b7a -mariko_master_kek_source_0e = ec61bc821e0f5ac32b643f9dd619222d -mariko_master_kek_source_0f = a5ec16391a3016082ecf096f5e7ceea9 -mariko_master_kek_source_10 = 8dee9e11363a9b0a6ac7bbe9d103f780 -master_kek_05 = 94a92da1d73c2b3e165c891ced5607fc -master_kek_06 = a6c7b7870e42d5302fe6110883aa3889 -master_kek_07 = 5cf8c1d58063aff640aaa681f0ce426c -master_kek_08 = e42f1ec8002043d746575ae6dd9f283f -master_kek_09 = cec2885fbeef5f6a989db84a4cc4b393 -master_kek_0a = dd1a730232522b5cb4590cd43869ab6a -master_kek_0b = fc6f0c891d42710180724ed9e112e72a -master_kek_0c = 43f7fc20fcec22a5b2a744790371b094 -master_kek_0d = 8dc9a8223671daa73ccd8b93cdaaed9f -master_kek_0e = f3f857257c3f63ca63b9c9710b8f673e -master_kek_0f = 1e8f01c4927a76a66097df44c3bad27d -master_kek_10 = 8b523b9d476508daadc2036582ce5aa8 -master_kek_source_06 = 374b772959b4043081f6e58c6d36179a -master_kek_source_07 = 9a3ea9abfd56461c9bf6487f5cfa095c -master_kek_source_08 = dedce339308816f8ae97adec642d4141 -master_kek_source_09 = 1aec11822b32387a2bedba01477e3b67 -master_kek_source_0a = 303f027ed838ecd7932534b530ebca7a -master_kek_source_0b = 8467b67f1311aee6589b19af136c807a -master_kek_source_0c = 683bca54b86f9248c305768788707923 -master_kek_source_0d = f013379ad56351c3b49635bc9ce87681 -master_kek_source_0e = 6e7786ac830a8d3e7db766a022b76e67 -master_kek_source_0f = 99220957a7f95e94fe787f41d6e756e6 -master_kek_source_10 = 71b9a6c0ff976b0cb440b9d5815d8190 -master_key_00 = c2caaff089b9aed55694876055271c7d -master_key_01 = 54e1b8e999c2fd16cd07b66109acaaa6 -master_key_02 = 4f6b10d33072af2f250562bff06b6da3 -master_key_03 = 84e04ec20b9373818c540829cf147f3d -master_key_04 = cfa2176790a53ff74974bff2af180921 -master_key_05 = c1dbedcebf0dd6956079e506cfa1af6e -master_key_06 = 0aa90e6330cdc12d819b3254d11a4e1e -master_key_07 = 929f86fbfe4ef7732892bf3462511b0e -master_key_08 = 23cfb792c3cb50cd715da0f84880c877 -master_key_09 = 75c93b716255319b8e03e14c19dea64e -master_key_0a = 73767484c73088f629b0eeb605f64aa6 -master_key_0b = 8500b14bf4766b855a26ffc614097a8f -master_key_0c = b3c503709135d4b35de31be4b0b9c0f7 -master_key_0d = 6d2b26416ab030dc504cbfd6bb2977b7 -master_key_0e = 3b995e3bf23207c3cacb07f8c57415e6 -master_key_0f = ff22454d86237004c750e2dcb4b16c80 -master_key_10 = 252c7d95f296d07f2369bdba6d42c615 -master_key_source = d8a2410ac6c59001c61d6a267c513f3c -package2_key_00 = a35a19cb14404b2f4460d343d178638d -package2_key_01 = a0dd1eacd438610c85a191f02c1db8a8 -package2_key_02 = 7e5ba2aafd57d47a85fd4a57f2076679 -package2_key_03 = bf03e9889fa18f0d7a55e8e9f684323d -package2_key_04 = 09df6e361e28eb9c96c9fa0bfc897179 -package2_key_05 = 444b1a4f9035178b9b1fe262462acb8e -package2_key_06 = 442cd9c21cfb8914587dc12e8e7ed608 -package2_key_07 = 70c821e7d6716feb124acbac09f7b863 -package2_key_08 = 8accebcc3d15a328a48365503f8369b6 -package2_key_09 = f562a7c6c42e3d4d3d13ffd504d77346 -package2_key_0a = 0803167ec7fc0bc753d8330e5592a289 -package2_key_0b = 341db6796aa7bdb8092f7aae6554900a -package2_key_0c = 4e97dc4225d00c6ae33d49bddd17637d -package2_key_0d = db13c2de2c313540b18a32b4f106d4a1 -package2_key_0e = 254d393b26e6d98963c1c8c4fa6d11e2 -package2_key_0f = 1c87f9650cca54af03df3590021e457d -package2_key_10 = 2d64ee13cece88746b375f1a43b9fdf6 -package2_key_source = fb8b6a9c7900c849efd24d854d30a0c7 -per_console_key_source = 4f025f0eb66d110edc327d4186c2f478 -retail_specific_aes_key_source = e2d6b87a119cb880e822888a46fba195 -save_mac_kek_source = d89c236ec9124e43c82b038743f9cf1b -save_mac_key = 9a60266815a7f690c6f5d595b64e62a9 -save_mac_key_source = e4cd3d4ad50f742845a487e5a063ea1f -save_mac_sd_card_kek_source = 0489ef5d326e1a59c4b7ab8c367aab17 -save_mac_sd_card_key_source = 6f645947c56146f9ffa045d595332918 -sd_card_custom_storage_key_source = 370c345e12e4cefe21b58e64db52af354f2ca5a3fc999a47c03ee004485b2fd0 -sd_card_kek_source = 88358d9c629ba1a00147dbe0621b5432 -sd_card_nca_key_source = 5841a284935b56278b8e1fc518e99f2b67c793f0f24fded075495dca006d99c2 -sd_card_save_key_source = 2449b722726703a81965e6e3ea582fdd9a951517b16e8f7f1f68263152ea296a -sd_seed = bf4e8f936e50ff78bd31131c5c7f3380 -ssl_rsa_kek = b011100660d1dccbad1b1b733afa9f95 -ssl_rsa_kek_personalized = b30847700ac8405fe85701efab4acc91 -ssl_rsa_kek_source = 9a383bf431d0bd8132534ba964397de3 -ssl_rsa_kekek_source = 7f5bb0847b25aa67fac84be23d7b6903 -ssl_rsa_key = 8de1e1dda16e9652c01d4efb372c62de8e237c76b3880f2986b63dc599a03586b24e8ab5a4af8b735bfb521de92a0f86dc1c0d7302b1c943f3097bed0bea48c4758038a2e36556ead5101e91591d310bd15bec269a43c52a99e27bfdcb20f2436207fa5bac71661af4a8ae91d78d1e6a3069b478c11cfc4cff3d98284f3117573277b8f9e11e2073508ca24737546ff2539163a66c43b463bc096467c7c4a285b64c1fc5cad0ca1d38eabe92360ad29b74ded837df07cbd5d8200ce17541b65ce7861e8cbf2b71b1d6bb1aff891af95f6db1906c1d3f4360e01b989edf053c82495000a1569e82ea3c2524f9be63f9a6e440b7b631e93926289f97a7596ad695 -titlekek_00 = 62a24d6e6d0d0e0abf3554d259be3dc9 -titlekek_01 = 8821f642176969b1a18021d2665c0111 -titlekek_02 = 5d15b9b95a5739a0ac9b20f600283962 -titlekek_03 = 1b3f63bcb67d4b06da5badc7d89acce1 -titlekek_04 = e45c1789a69c7afbbf1a1e61f2499459 -titlekek_05 = ddc67f7189f4527a37b519cb051eee21 -titlekek_06 = b1532b9d38ab036068f074c0d78706ac -titlekek_07 = 81dc1b1783df268789a6a0edbf058343 -titlekek_08 = 47dfe4bf0eeda88b17136b8005ab08ea -titlekek_09 = adaa785d90e1a9c182ac07bc276bf600 -titlekek_0a = 42daa957c128f75bb1fda56a8387e17b -titlekek_0b = d08903363f2c8655d3de3ccf85d79406 -titlekek_0c = be2682599db34caa9bc7ebb2cc7c654c -titlekek_0d = 41071f95beddc4114a03e0072e6ccab7 -titlekek_0e = e342365a0fa0fa4a28a7bc00e45b3f68 -titlekek_0f = 105999eaf8b71d199bf201f525b2c68d -titlekek_10 = 3796fcdb27351d58cc3f3379dda04202 -titlekek_source = 1edc7b3b60e6b4d878b81715985e629b diff --git a/Switch/tinfoil/licenses/hactool.license b/Switch/tinfoil/licenses/hactool.license deleted file mode 100644 index 530c817..0000000 --- a/Switch/tinfoil/licenses/hactool.license +++ /dev/null @@ -1,15 +0,0 @@ -ISC License - -Copyright (c) 2018, SciresM - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/Switch/tinfoil/licenses/libnx.license b/Switch/tinfoil/licenses/libnx.license deleted file mode 100644 index b8327e3..0000000 --- a/Switch/tinfoil/licenses/libnx.license +++ /dev/null @@ -1,5 +0,0 @@ -Copyright 2017-2018 libnx Authors - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/Switch/tinfoil/licenses/libstratosphere.dmnt.license b/Switch/tinfoil/licenses/libstratosphere.dmnt.license deleted file mode 100644 index 530c817..0000000 --- a/Switch/tinfoil/licenses/libstratosphere.dmnt.license +++ /dev/null @@ -1,15 +0,0 @@ -ISC License - -Copyright (c) 2018, SciresM - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/Switch/tinfoil/licenses/nlohmann.json.license b/Switch/tinfoil/licenses/nlohmann.json.license deleted file mode 100644 index 83244ff..0000000 --- a/Switch/tinfoil/licenses/nlohmann.json.license +++ /dev/null @@ -1,25 +0,0 @@ -The following MIT license is included for a MIT licensed JSON library that Tinfoil uses: - -https://github.com/nlohmann/json/ - -MIT License - -Copyright (c) 2013-2018 Niels Lohmann - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/Switch/tinfoil/licenses/nxmtpserver.license b/Switch/tinfoil/licenses/nxmtpserver.license deleted file mode 100644 index 261eeb9..0000000 --- a/Switch/tinfoil/licenses/nxmtpserver.license +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/Switch/tinfoil/options.json b/Switch/tinfoil/options.json deleted file mode 100644 index cc3a363..0000000 --- a/Switch/tinfoil/options.json +++ /dev/null @@ -1 +0,0 @@ -{"convertStandardCrypto":0,"linkedUser":"","linkedUserSig":"*","fingerprint":"*","deleteAfter":1,"useCommonSaveDir":0,"showOnlyTitlesWithFiles":0,"saveDownloadCopy":0,"includeDLC":1,"includeUpdate":1,"reinstallNca":0,"skipFirmwareCheck":1,"storageId":5,"streamInstall":1,"enableMTP":1,"enableNUT":1,"disableGC":1,"heapMinSize":0,"titleDbUrl":"http://tinfoil.media/repo/db/","xciInstallUpdate":0,"parentalMode":0,"initialized":1,"googleApiKey":"","oneFichierApiKey":"","xciInstallDlc":0,"installUnsigned":0,"bypassFirmwareCheck":1,"username":"","password":"","music":0,"downloadIcons":1,"autoUpdate":1,"extractIcons":1,"saveDirectory":"sdmc:/tinfoil/saves","eshopDumpDirectory":"sdmc:/tinfoil/dumps/eshop","threads":"1","connectTimeout":"15","region":"DE","language":"de","logLevel":"Warning","theme":"Dark","windows":{"":{"display":0},"Console":{"display":1},"FILE_LIST":{"display":1},"File Browser":{"display":0},"Firmware":{"display":0,"sort":255},"GBA":{"display":0,"sort":255},"Game Gear":{"display":0,"sort":255},"Gameboy":{"display":0,"sort":255},"Homebrew Store":{"display":0,"sort":255},"INSTALL_MENU":{"display":1},"Incomplete":{"display":0,"sort":255},"Installed":{"display":0,"sort":255},"LocationList":{"display":0},"N64":{"display":0,"sort":255},"NDS":{"display":0,"sort":255},"NES":{"display":0,"sort":255},"New DLC":{"display":0,"sort":255},"New Games":{"display":2,"sort":133},"New Updates":{"display":0,"sort":255},"Payloads":{"display":0},"Play Station":{"display":0,"sort":255},"PlayStation Portable":{"display":0,"sort":255},"Queue":{"display":1},"Recommended":{"display":2,"sort":133},"SG-1000":{"display":0,"sort":255},"SNES":{"display":0,"sort":255},"Sega CD":{"display":0,"sort":255},"Sega Dreamcast":{"display":0,"sort":255},"Sega Genesis":{"display":0,"sort":255},"Sega Master System":{"display":0,"sort":255},"Shared Saves":{"display":0,"sort":255},"Tickets":{"display":1},"Title Keys":{"display":1},"XCI":{"display":2,"sort":133},"lst":{"display":0},"menu":{"display":0}}} \ No newline at end of file diff --git a/Switch/tinfoil/socket.json b/Switch/tinfoil/socket.json deleted file mode 100644 index e981f6b..0000000 --- a/Switch/tinfoil/socket.json +++ /dev/null @@ -1,14 +0,0 @@ -{ -"bsdsockets_version": 1, -"tcp_tx_buf_size": 262144, -"tcp_rx_buf_size": 262144, -"tcp_tx_buf_max_size": 524288, -"tcp_rx_buf_max_size": 524288, -"udp_tx_buf_size": 9216, -"udp_rx_buf_size": 42240, -"sb_efficiency": 4, -"serialized_out_addrinfos_max_size": 4096, -"serialized_out_hostent_max_size": 512, -"bypass_nsd": 0, -"dns_timeout": 0 -} \ No newline at end of file diff --git a/Switch/tinfoil/tinfoil.nro b/Switch/tinfoil/tinfoil.nro deleted file mode 100644 index 9268284..0000000 Binary files a/Switch/tinfoil/tinfoil.nro and /dev/null differ diff --git a/Switch/tinwoo/config.json b/Switch/tinwoo/config.json deleted file mode 100644 index 16c61a4..0000000 --- a/Switch/tinwoo/config.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "autoUpdate": true, - "deletePrompt": true, - "fixticket": true, - "gAuthKey": "AIzaSyBMqv4dXnTJOGQtZZS3CBjvf748QvxSzF0", - "httpIndexUrl": "http://", - "httpkeyboard": false, - "httplastUrl": "http://", - "httplastUrl2": "https://pastebin.com/raw/huBQFYWP", - "ignoreReqVers": true, - "languageSetting": 0, - "listoveride": false, - "overClock": true, - "set_dist_bit": true, - "sigPatchesUrl": "http://bit.ly/3PWOnsG", - "ticketwarning": true, - "usbAck": false, - "useMusic": true, - "useSound": true, - "useTheme": false, - "validateNCAs": true -} diff --git a/Switch/tinwoo/tinwoo.nro b/Switch/tinwoo/tinwoo.nro deleted file mode 100644 index d9aa37e..0000000 Binary files a/Switch/tinwoo/tinwoo.nro and /dev/null differ