- [Sys-clk-OC] (#31) Fix the inverted priority of per-app and global settings in clocks and patches detection
- [loader] Bump to 1.4.0-pre - [system_settings] Add possible entries introduced in HOS 15.0.0
This commit is contained in:
@@ -1,45 +1,77 @@
|
||||
[tc]
|
||||
;Fan Control for IcosaMariko/Hoag
|
||||
;tskin_rate_table_console = str!"[[-1000000, 36000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 153], [48000, 56000, 153, 255], [56000, 1000000, 255, 255]]"
|
||||
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [38000, 43000, 51, 51], [43000, 46000, 51, 102], [46000, 50000, 102, 204], [50000, 520000, 204, 255], [52000, 1000000, 255, 255]]"
|
||||
; 0xCB20 = 52,000 = 52˚C
|
||||
holdable_tskin = u32!0xCB20
|
||||
; tskin table
|
||||
; https://github.com/masagrator/Status-Monitor-Overlay/blob/master/docs/modes.md#additional-info
|
||||
; Hoag
|
||||
; holdable_tskin = u32!0xB98C ; 47.5˚C
|
||||
; touchable_tskin = u32!0xEA60 ; 60.0˚C
|
||||
; tskin_pcb_coefficients_console = str!"[7338, 112161]"
|
||||
; tskin_pcb_coefficients_handheld = str!"[5594, 209601]"
|
||||
; tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]"
|
||||
; tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]"
|
||||
; tskin_soc_coefficients_console = str!"[6728, 129810]"
|
||||
; tskin_soc_coefficients_handheld = str!"[5235, 199759]"
|
||||
|
||||
; IcosaMariko
|
||||
; holdable_tskin = u32!0xB98C ; 47.5˚C
|
||||
; touchable_tskin = u32!0xEA60 ; 60.0˚C
|
||||
; tskin_pcb_coefficients_console = str!"[7338, 112161]"
|
||||
; tskin_pcb_coefficients_handheld = str!"[6357, 168124]"
|
||||
; tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]"
|
||||
; tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]"
|
||||
; tskin_soc_coefficients_console = str!"[6728, 129810]"
|
||||
; tskin_soc_coefficients_handheld = str!"[5675, 203453]"
|
||||
|
||||
; Aula
|
||||
; holdable_tskin = u32!0xBCB1 ; 48.3˚C
|
||||
; touchable_tskin = u32!0xC350 ; 50.0˚C
|
||||
; tskin_pcb_coefficients_console = str!"[8051, -45213]"
|
||||
; tskin_pcb_coefficients_handheld = str!"[7176, -33954]"
|
||||
; tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 53000, 128, 255], [53000, 1000000, 255, 255]]"
|
||||
; tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 44000, 51, 76], [44000, 45000, 76, 128], [45000, 46500, 128, 255], [45500, 1000000, 255, 255]]"
|
||||
; tskin_soc_coefficients_console = str!"[7831, 57590]"
|
||||
; tskin_soc_coefficients_handheld = str!"[9029, 4274]"
|
||||
|
||||
|
||||
|
||||
[psm]
|
||||
;Charger Parameters
|
||||
;5V CDP/DCP (BC1.2/QC?) Charger Current Limit
|
||||
;0x4B0 = 1200mA(Hoag Default)
|
||||
;0x5DC = 1500mA(IcosaMariko/Aula Default)
|
||||
;0x7D0 = 2000mA
|
||||
cdp_dcp_input_current_limit_in_ma = u32!0x5DC
|
||||
|
||||
;Enough Power Threshold in mW
|
||||
;0x9858 = 39,000mW(Default)
|
||||
;0x4268 = 17,000mW(typical 9V/2A PD chargers)
|
||||
enough_power_threshold_mw = u32!0x9858 ;39,000mW
|
||||
|
||||
; 5V CDP/DCP (BC1.2/QC?) Charger Current Limit
|
||||
; 0x4B0 = 1200mA(Hoag Default)
|
||||
; 0x5DC = 1500mA(IcosaMariko/Aula Default)
|
||||
; 0x7D0 = 2000mA
|
||||
; cdp_dcp_input_current_limit_in_ma = u32!0x5DC
|
||||
|
||||
; Enough Power Threshold in mW
|
||||
; 0x9858 = 39,000mW(Default)
|
||||
; 0x4268 = 17,000mW(typical 9V/2A PD chargers)
|
||||
; enough_power_threshold_mw = u32!0x9858 ;39,000mW
|
||||
|
||||
|
||||
|
||||
[am.debug]
|
||||
;Game Recording FPS and Bitrate
|
||||
;30 or 60
|
||||
continuous_recording_fps=u32!60
|
||||
;~7.5Mbps(0x780000 = 7,864,320), default is ~5Mbps, VBR(Variable Bitrate)
|
||||
continuous_recording_video_bit_rate=u32!0x780000
|
||||
; Game Recording FPS and Bitrate
|
||||
continuous_recording_fps = u32!60 ; 30 or 60 FPS
|
||||
continuous_recording_video_bit_rate = u32!0x780000 ; ~7.5Mbps(0x780000 = 7,864,320), default is ~5Mbps, VBR(Variable Bitrate)
|
||||
|
||||
|
||||
|
||||
; Other possibly related entries in PlatformConfig
|
||||
|
||||
[apm]
|
||||
; throttling_for_undock_enabled = u8!0x0 ; 1 for IcosaMariko/Aula, 0 for Hoag
|
||||
|
||||
[psm]
|
||||
; boost_threshold_in_milli_volt = u32!0xCF8 ; 3,320mV for IcosaMariko/Hoag, 0 for Aula
|
||||
; charge_configuration_number = u32!0x0 ; 0 for IcosaMariko/Hoag, 1 for Aula
|
||||
|
||||
[nvservices]
|
||||
; external_display_full_dp_lanes = u8!0x0 ; 0 for IcosaMariko/Hoag, 1 for Aula
|
||||
|
||||
|
||||
;Disable Background service
|
||||
;For power saving in standby mode
|
||||
;Delete all the following lines if you use Nintendo Online Services
|
||||
|
||||
; Disable Background service
|
||||
; For power saving in standby mode
|
||||
; Do NOT add this if online service is in use
|
||||
|
||||
[bgtc]
|
||||
enable_halfawake = u32!0x0
|
||||
minimum_interval_normal = u32!0x7FFFFFFF
|
||||
@@ -92,7 +124,7 @@ alarm_pattern_total_repeat_count = u32!0x0
|
||||
alarm_pattern_with_vibration_repeat_count = u32!0x0
|
||||
|
||||
[prepo]
|
||||
;background_processing = u8!0x0 (shutdown directly when entering sleep mode)
|
||||
background_processing = u8!0x0 (shutdown directly when entering sleep mode)
|
||||
transmission_interval_min = u32!0x7FFFFFFF
|
||||
transmission_retry_interval_min = u32!0x7FFFFFFF
|
||||
transmission_retry_interval_max = u32!0x7FFFFFFF
|
||||
@@ -132,47 +164,7 @@ next_available_time_of_unexpected_error = u32!0x7FFFFFFF
|
||||
[pctl]
|
||||
intermittent_task_interval_seconds = u32!0x7FFFFFFF
|
||||
|
||||
[apm]
|
||||
throttling_for_undock_enabled = u8!0x0 ;1 for IcosaMariko/Aula, 0 for Hoag
|
||||
|
||||
[psm]
|
||||
;boost_threshold_in_milli_volt = u32!0xCF8 ;3,320mV for IcosaMariko/Hoag, 0 for Aula
|
||||
;charge_configuration_number = u32!0x0 ;0 for IcosaMariko/Hoag, 1 for Aula
|
||||
|
||||
[nvservices]
|
||||
;external_display_full_dp_lanes = u8!0x0 ;0 for IcosaMariko/Hoag, 1 for Aula
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;tskin table
|
||||
;[tc]-Hoag
|
||||
;holdable_tskin = u32!0xB98C ;47.5˚C
|
||||
;touchable_tskin = u32!0xEA60 ;60.0˚C
|
||||
;tskin_pcb_coefficients_console = str!"[7338, 112161]"
|
||||
;tskin_pcb_coefficients_handheld = str!"[5594, 209601]"
|
||||
;tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]"
|
||||
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]"
|
||||
;tskin_soc_coefficients_console = str!"[6728, 129810]"
|
||||
;tskin_soc_coefficients_handheld = str!"[5235, 199759]"
|
||||
|
||||
;[tc]-IcosaMariko
|
||||
;holdable_tskin = u32!0xB98C ;47.5˚C
|
||||
;touchable_tskin = u32!0xEA60 ;60.0˚C
|
||||
;tskin_pcb_coefficients_console = str!"[7338, 112161]"
|
||||
;tskin_pcb_coefficients_handheld = str!"[6357, 168124]"
|
||||
;tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 53000, 51, 153], [53000, 58000, 153, 255], [58000, 1000000, 255, 255]]"
|
||||
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 53000, 102, 153], [53000, 1000000, 153, 153], [48000, 1000000, 153, 153]]"
|
||||
;tskin_soc_coefficients_console = str!"[6728, 129810]"
|
||||
;tskin_soc_coefficients_handheld = str!"[5675, 203453]"
|
||||
|
||||
;[tc]-Aula
|
||||
;holdable_tskin = u32!0xBCB1 ;48.3˚C
|
||||
;touchable_tskin = u32!0xC350 ;50.0˚C
|
||||
;tskin_pcb_coefficients_console = str!"[8051, -45213]"
|
||||
;tskin_pcb_coefficients_handheld = str!"[7176, -33954]"
|
||||
;tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 49000, 51, 128], [49000, 53000, 128, 255], [53000, 1000000, 255, 255]]"
|
||||
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 44000, 51, 76], [44000, 45000, 76, 128], [45000, 46500, 128, 255], [45500, 1000000, 255, 255]]"
|
||||
;tskin_soc_coefficients_console = str!"[7831, 57590]"
|
||||
;tskin_soc_coefficients_handheld = str!"[9029, 4274]"
|
||||
[sprofile]
|
||||
adjust_polling_interval_by_profile = u8!0x0
|
||||
polling_interval_sec_max = u32!0x7FFFFFFF
|
||||
polling_interval_sec_min = u32!0x7FFFFFFF
|
||||
|
||||
Reference in New Issue
Block a user