diff --git a/README.md b/README.md index 6034715..0a1ffd9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### Ultra - это функциональная кастомная прошивка для Nintendo Switch, с упором в разгон и улучшенный пользовательский опыт. -### [UltraNX 2.8|RC1](https://github.com/Ultra-NX/UltraNX/releases/tag/2.8-RC1) Поддерживает все HOS до 22.0.0 включительно (22.0.0 в Safe Mode) +### [UltraNX 2.8|RC2](https://github.com/Ultra-NX/UltraNX/releases/tag/2.8-RC1) Поддерживает все HOS до 22.1.0 включительно (22.1.0 в Safe Mode) diff --git a/README_ENG.md b/README_ENG.md index a8cab55..a0bd73b 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -6,7 +6,7 @@ # ### Ultra is a functional custom firmware for Nintendo Switch, with a focus on overclocking and an improved user experience. -### [UltraNX 2.8|RC1](https://github.com/Ultra-NX/UltraNX/releases/tag/2.8-RC1) Supports all HOS up to and including 22.0.0 (22.0.0 in Safe Mode) +### [UltraNX 2.8|RC2](https://github.com/Ultra-NX/UltraNX/releases/tag/2.8-RC1) Supports all HOS up to and including 22.1.0 (22.1.0 in Safe Mode) diff --git a/atmosphere/contents/010000000000bd00/exefs.nsp b/atmosphere/contents/010000000000bd00/exefs.nsp index d015372..10664bd 100644 Binary files a/atmosphere/contents/010000000000bd00/exefs.nsp and b/atmosphere/contents/010000000000bd00/exefs.nsp differ diff --git a/atmosphere/package3 b/atmosphere/package3 index 0ccfbd6..e86b9f1 100644 Binary files a/atmosphere/package3 and b/atmosphere/package3 differ diff --git a/atmosphere/stratosphere.romfs b/atmosphere/stratosphere.romfs index 6ac0977..d072308 100644 Binary files a/atmosphere/stratosphere.romfs and b/atmosphere/stratosphere.romfs differ diff --git a/config/aio-switch-updater/custom_packs.json b/config/aio-switch-updater/custom_packs.json index 496a056..0b87056 100644 --- a/config/aio-switch-updater/custom_packs.json +++ b/config/aio-switch-updater/custom_packs.json @@ -1,7 +1,7 @@ { "ams": { "[PACK] UltraNX 2.7|R3 Stable HOS ≤21.2.0": "https://github.com/Ultra-NX/Ultra/releases/latest/download/Ultra.zip", - "[PACK] UltraNX 2.8|RC1 Test HOS ≤22.0.0": "https://github.com/Ultra-NX/UltraNX/releases/download/2.8-R1/Ultra.zip" + "[PACK] UltraNX 2.8|RC2 Test HOS ≤22.1.0": "https://github.com/Ultra-NX/UltraNX/releases/download/2.8-RC1/Ultra.zip" }, "misc": { "Refresh AIO": "https://github.com/Ultra-NX/Ultra-Resources/releases/download/Homebrews/AIO.zip" diff --git a/switch/.packages/package.ini b/switch/.packages/package.ini index 8239ab3..f8ae079 100644 --- a/switch/.packages/package.ini +++ b/switch/.packages/package.ini @@ -1,28 +1,17 @@ -[*Reboot To] -[Atmosphere - Auto] -set-ini-val /bootloader/hekate_ipl.ini config autoboot 1 -set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 0 -reboot +;title='Reboot Menu' -[Semi Stock - Forced] -set-ini-val /bootloader/hekate_ipl.ini config autoboot 1 -set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 1 +[*Reboot Menu] + +[Reboot - Autoboot] reboot [Hekate - Bootloader] reboot HEKATE -[$] -;mode=table -;background=false -;gap=17 -[Other] -;mode=table -;background=false -;header_indent=true -;section_text_color=#FFFFFF -;gap=20 -'Other' = '' - [Shutdown - Power Off] -shutdown \ No newline at end of file +shutdown + + +[*Set Autoboot to] +;mode=forwarder +package_source './reboot.ini' \ No newline at end of file diff --git a/switch/.packages/reboot.ini b/switch/.packages/reboot.ini new file mode 100644 index 0000000..88ce5f6 --- /dev/null +++ b/switch/.packages/reboot.ini @@ -0,0 +1,40 @@ +;title='Set Autoboot' + +[@] + + +[Header] +;mode=table +;background=false +;header_indent=true +;gap=17 +'Launch'= '' + +[Atmosphere - Emu/SysMMC] +set-ini-val /bootloader/hekate_ipl.ini config autoboot 1 +set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 0 + +[Safe Mode - Emu/SysMMC] +set-ini-val /bootloader/hekate_ipl.ini config autoboot 2 +set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 0 + + +[Gap] +;mode=table +;background=false +;gap=20 + +[Header] +;mode=table +;background=false +;header_indent=true +;gap=17 +'More Configs'= '' + +[Semi Stock - SysMMC] +set-ini-val /bootloader/hekate_ipl.ini config autoboot 1 +set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 1 + +[Semi Safe - SysMMC] +set-ini-val /bootloader/hekate_ipl.ini config autoboot 2 +set-ini-val /bootloader/hekate_ipl.ini config autoboot_list 1 \ No newline at end of file diff --git a/switch/DBI/DBI.nro b/switch/DBI/DBI.nro index 253105b..196bd2a 100644 Binary files a/switch/DBI/DBI.nro and b/switch/DBI/DBI.nro differ