forked from ppkantorski/Ultrahand-Overlay
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
;creator='Efosamark, i3sey' | ||
;version=1.0.0 | ||
;about='This package allows to configure fan speed on available temp ranges.' | ||
|
||
[-Docked mode] | ||
slider_ini /atmosphere/config/system_settings.ini console | ||
|
||
[-Handheld mode] | ||
slider_ini /atmosphere/config/system_settings.ini handheld | ||
|
||
[Reset Fan Tuning] | ||
set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_console_on_fwdbg "str!"[[-1000000, 16000, -255, -255], [16000, 36000, -255, 0], [36000, 41000, 0, 51], [41000, 47000, 51, 64], [47000, 58000, 64, 153], [58000, 1000000, 255, 255]]"" | ||
set-ini-val /atmosphere/config/system_settings.ini tc tskin_rate_table_handheld_on_fwdbg "str!"[[-1000000, 16000, -255, -255], [16000, 36000, -255, 0], [36000, 41000, 0, 51], [41000, 47000, 51, 64], [47000, 58000, 64, 153], [58000, 1000000, 255, 255]]"" |