Ultra 2.0 Prerelease 2

This commit is contained in:
redraz 2023-12-11 04:30:52 +03:00
parent b620f3fe63
commit 8fcfd7b731
13 changed files with 21 additions and 15 deletions

View File

@ -47,7 +47,7 @@
* [ReverseNX Tool](https://github.com/masagrator/ReverseNX-Tool) - ReverseNX control program. * [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! * [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. * [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-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. * [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. * [Mission Control](https://github.com/ndeadly/MissionControl) - A module that allows you to connect almost any gamepads to the console via bluetooth.

View File

@ -1,5 +1,5 @@
{ {
"name" : "sys-patch", "name" : "sys-patch",
"tid" : "420000000000000B", "tid" : "420000000000000B",
"requires_reboot": false "requires_reboot": true
} }

View File

@ -8,8 +8,8 @@ gpuOFF = 0000
gpuVminE = 2A03 gpuVminE = 2A03
gpuVminM = 4E02 gpuVminM = 4E02
DRAM = 00 DRAM = 00
ramVDD2 = 000000 ramVDD2 = 804F12
ramVDDQ = 000000 ramVDDQ = C02709
ramMHzE = 006B1C ramMHzE = 006B1C
ramMHzM = 088C20 ramMHzM = 088C20
DVB = 00 DVB = 00

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
[status-monitor] [status-monitor]
key_combo = L+R+DUP key_combo=L+R+DUP
[full] [full]
refresh_rate=1 refresh_rate=1
@ -22,16 +22,16 @@ text_color=#FFFF
[micro] [micro]
refresh_rate=1 refresh_rate=1
layer_height_align=top layer_height_align=top
handheld_font_size = 15 handheld_font_size=17
docked_font_size = 15 docked_font_size=17
text_align = left text_align=left
real_freqs=true real_freqs=true
real_volts=true real_volts=false
show = CPUB+GPU+RAM+BRDB+FPSE show=CPUB+GPU+RAM+BRDB+BATB+FPSE
replace_GB_with_RAM_load=true replace_GB_with_RAM_load=true
background_color=#1117 background_color=#1117
cat_color = #BDFF cat_color=#CCCC
text_color = #FFFF text_color=#FFFD
[fps-counter] [fps-counter]
layer_width_align=left layer_width_align=left

View File

@ -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

View File

@ -1,8 +1,9 @@
[Tuner] [Tuner]
OC_Preset = Gray OC_Preset = Gray
SM_Preset = Normal+ SM_Preset = Normal-
SM_Color = #BDFF SM_Back = #1113
SM_Volts = true SM_Color = #CCCC
SM_Volts = false
Cooling_System = Off Cooling_System = Off
Background_Services = Off Background_Services = Off

Binary file not shown.