diff --git a/README_ENG.md b/README_ENG.md index 44f8e9f..1f97fe2 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -47,7 +47,7 @@ * [ReverseNX Tool](https://github.com/masagrator/ReverseNX-Tool) - ReverseNX control program. * [Battery Desync Fix](https://github.com/CTCaer/battery_desync_fix_nx) - Program to reset the battery controller. Do not use unnecessarily! * [HB App Store](https://github.com/fortheusers/hb-appstore) - A free store for downloading Homebrew apps. - * [SysDVR](https://github.com/exelix11/SysDVR) - A program and module for streaming video from a console to a PC or other devices. + * [SysDVR-conf](https://github.com/exelix11/SysDVR) - A program to install/uninstall dvr patches for games. Patches enable recording in games where it is disabled, but break some other games like "The Witcher 3". * [sys-ftpd](https://github.com/cathery/sys-ftpd) - FTP server running in background. * [sys-con](https://github.com/cathery/sys-con) - A module that allows you to connect almost any gamepads to the console via USB. * [Mission Control](https://github.com/ndeadly/MissionControl) - A module that allows you to connect almost any gamepads to the console via bluetooth. diff --git a/atmosphere/contents/420000000000000B/toolbox.json b/atmosphere/contents/420000000000000B/toolbox.json index 69a3ed1..b25f3e2 100644 --- a/atmosphere/contents/420000000000000B/toolbox.json +++ b/atmosphere/contents/420000000000000B/toolbox.json @@ -1,5 +1,5 @@ { "name" : "sys-patch", "tid" : "420000000000000B", - "requires_reboot": false + "requires_reboot": true } diff --git a/atmosphere/kips/.bak/Initial.ini b/atmosphere/kips/.bak/Initial.ini index 3412ee0..8444ea2 100644 --- a/atmosphere/kips/.bak/Initial.ini +++ b/atmosphere/kips/.bak/Initial.ini @@ -8,8 +8,8 @@ gpuOFF = 0000 gpuVminE = 2A03 gpuVminM = 4E02 DRAM = 00 -ramVDD2 = 000000 -ramVDDQ = 000000 +ramVDD2 = 804F12 +ramVDDQ = C02709 ramMHzE = 006B1C ramMHzM = 088C20 DVB = 00 diff --git a/atmosphere/kips/loader.kip b/atmosphere/kips/loader.kip index e3368ae..59df870 100644 Binary files a/atmosphere/kips/loader.kip and b/atmosphere/kips/loader.kip differ diff --git a/atmosphere/package3 b/atmosphere/package3 index b9f8702..258f455 100644 Binary files a/atmosphere/package3 and b/atmosphere/package3 differ diff --git a/atmosphere/reboot_payload.bin b/atmosphere/reboot_payload.bin index 691d55c..e9fd3e9 100644 Binary files a/atmosphere/reboot_payload.bin and b/atmosphere/reboot_payload.bin differ diff --git a/atmosphere/stratosphere.romfs b/atmosphere/stratosphere.romfs index f3c1998..252f743 100644 Binary files a/atmosphere/stratosphere.romfs and b/atmosphere/stratosphere.romfs differ diff --git a/config/status-monitor/config.ini b/config/status-monitor/config.ini index a5c784e..f522035 100644 --- a/config/status-monitor/config.ini +++ b/config/status-monitor/config.ini @@ -1,5 +1,5 @@ [status-monitor] -key_combo = L+R+DUP +key_combo=L+R+DUP [full] refresh_rate=1 @@ -22,16 +22,16 @@ text_color=#FFFF [micro] refresh_rate=1 layer_height_align=top -handheld_font_size = 15 -docked_font_size = 15 -text_align = left +handheld_font_size=17 +docked_font_size=17 +text_align=left real_freqs=true -real_volts=true -show = CPUB+GPU+RAM+BRDB+FPSE +real_volts=false +show=CPUB+GPU+RAM+BRDB+BATB+FPSE replace_GB_with_RAM_load=true background_color=#1117 -cat_color = #BDFF -text_color = #FFFF +cat_color=#CCCC +text_color=#FFFD [fps-counter] layer_width_align=left diff --git a/config/sys-patch/config.ini b/config/sys-patch/config.ini new file mode 100644 index 0000000..392c95d --- /dev/null +++ b/config/sys-patch/config.ini @@ -0,0 +1,5 @@ +[options] +patch_sysmmc=0 ; 1=(default) patch sysmmc, 0=don't patch sysmmc +patch_emummc=1 ; 1=(default) patch emummc, 0=don't patch emummc +enable_logging=1 ; 1=(default) output /config/sys-patch/log.ini 0=no log +version_skip=1 ; 1=(default) skips out of date patterns, 0=search all patterns \ No newline at end of file diff --git a/config/ultra/config.ini b/config/ultra/config.ini index 3010783..04e1df9 100644 --- a/config/ultra/config.ini +++ b/config/ultra/config.ini @@ -1,8 +1,9 @@ [Tuner] OC_Preset = Gray -SM_Preset = Normal+ -SM_Color = #BDFF -SM_Volts = true +SM_Preset = Normal- +SM_Back = #1113 +SM_Color = #CCCC +SM_Volts = false Cooling_System = Off Background_Services = Off diff --git a/games/Homebrew.Menu.v3.5.1.nsp b/games/Homebrew.Menu.v3.6.0.nsp similarity index 98% rename from games/Homebrew.Menu.v3.5.1.nsp rename to games/Homebrew.Menu.v3.6.0.nsp index e3db91e..84abd07 100644 Binary files a/games/Homebrew.Menu.v3.5.1.nsp and b/games/Homebrew.Menu.v3.6.0.nsp differ diff --git a/hbmenu.nro b/hbmenu.nro index 8c5f88f..756d238 100644 Binary files a/hbmenu.nro and b/hbmenu.nro differ diff --git a/switch/.overlays/Ultra-Status-Monitor.ovl b/switch/.overlays/Ultra-Status-Monitor.ovl index 456b98b..639c5d2 100644 Binary files a/switch/.overlays/Ultra-Status-Monitor.ovl and b/switch/.overlays/Ultra-Status-Monitor.ovl differ