Update README and LICENSE
This commit is contained in:
@@ -1,41 +1,45 @@
|
||||
;Don't apply all cheats automatically
|
||||
[atmosphere]
|
||||
dmnt_cheats_enabled_by_default = u8!0x0
|
||||
|
||||
;Fan Control for IcosaMariko/Hoag
|
||||
[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], [36000, 43000, 51, 51], [43000, 48000, 51, 102], [48000, 56000, 102, 204], [56000, 1000000, 255, 255], [48000, 1000000, 255, 255]]"
|
||||
|
||||
; 0xDAC0 = 56,000 = 56˚C
|
||||
holdable_tskin = u32!0xDAC0
|
||||
|
||||
;Fan Control for Aula (Not tested)
|
||||
;[tc]
|
||||
;tskin_rate_table_console = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 48000, 51, 153], [48000, 55000, 153, 255], [55000, 1000000, 255, 255]]"
|
||||
;tskin_rate_table_handheld = str!"[[-1000000, 40000, 0, 0], [36000, 43000, 51, 51], [43000, 45000, 51, 102], [45000, 55000, 102, 255], [55000, 1000000, 255, 255], [46500, 1000000, 255, 255]]"
|
||||
;holdable_tskin = u32!0xD6D8 ;55.0˚C
|
||||
;touchable_tskin = u32!0xD6D8 ;55.0˚C
|
||||
|
||||
;Charger Parameters
|
||||
|
||||
|
||||
|
||||
[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
|
||||
|
||||
;Game Recording FPS and Bitrate
|
||||
|
||||
|
||||
|
||||
|
||||
[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
|
||||
|
||||
;Disable services for power saving in standby mode
|
||||
|
||||
|
||||
|
||||
|
||||
;Disable Background service
|
||||
;For power saving in standby mode
|
||||
;Delete all the following lines if you use Nintendo Online Services
|
||||
[bgtc]
|
||||
enable_halfawake = u32!0x0
|
||||
@@ -139,6 +143,10 @@ throttling_for_undock_enabled = u8!0x0 ;1 for IcosaMariko/Aula, 0 for Hoag
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user