- Revert commit a45b767a80 in favor of tinkering "enough_power_threshold_mw" in system-settings.ini

- Add InfoNX (For battery, charger, clocks, voltages, etc.)
This commit is contained in:
KazushiM
2021-09-16 16:16:30 +08:00
parent cb13e21e85
commit bf3bd67dd6
23 changed files with 10176 additions and 83 deletions

View File

@@ -9,6 +9,18 @@ tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51
; 0xDAC0 = 56,000 = 56˚C
holdable_tskin = u32!0xDAC0
;Charger Parameters
[psm]
;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
;Game Recording FPS and Bitrate
[am.debug]
;30 or 60
@@ -17,7 +29,7 @@ continuous_recording_fps=u32!60
continuous_recording_video_bit_rate=u32!0x780000
;Disable services for power saving in standby mode
;Delete following part if you use Nintendo Online Services
;Delete all the following lines if you use Nintendo Online Services
[bgtc]
enable_halfawake = u32!0x0
minimum_interval_normal = u32!0x7FFFFFFF
@@ -103,20 +115,17 @@ autonomic_correction_immediate_try_interval_milliseconds = u32!0x7FFFFFFF
[systemupdate]
bgnup_retry_seconds = u32!0x7FFFFFFF
;Test
[ns.rights]
;skip_account_validation_on_rights_check = u8!0x1
;next_available_time_of_unexpected_error = u32!0x7FFFFFFF
skip_account_validation_on_rights_check = u8!0x1
next_available_time_of_unexpected_error = u32!0x7FFFFFFF
[pctl]
;intermittent_task_interval_seconds = u32!0x7FFFFFFF
intermittent_task_interval_seconds = u32!0x7FFFFFFF
[apm]
;throttling_for_undock_enabled = u8!0x0 ;1 for IcosaMariko/Aula, 0 for Hoag
throttling_for_undock_enabled = u8!0x0 ;1 for IcosaMariko/Aula, 0 for Hoag
[psm]
;cdp_dcp_input_current_limit_in_ma = u32!0x5DC ;1500mA for IcosaMariko/Aula, 1200mA for Hoag
;enough_power_threshold_mw = u32!0x9858 ;39,000mW
;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

Binary file not shown.