mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-07 10:02:14 +02:00
Update system_settings.ini
This commit is contained in:
parent
2d006a4a72
commit
4194d4f6b3
@ -29,6 +29,23 @@ dmnt_always_save_cheat_toggles = u8!0x0
|
||||
; NOTE: EXPERIMENTAL
|
||||
; If you do not know what you are doing, do not touch this yet.
|
||||
fsmitm_redirect_saves_to_sd = u8!0x0
|
||||
; Enable changing the raw memory values assigned to system, application and applet
|
||||
; These values should and must add up to 4089, however the system does no checking
|
||||
; By default, the Process Manager determines these values
|
||||
; This requires a reboot to take effect
|
||||
manual_memory_control = u8!0x0
|
||||
; Set amount of memory assigned to the system in mb
|
||||
; Only used when `manual_memory_control` is true
|
||||
; Default is 293 mb
|
||||
system_memory = u64!0x0125
|
||||
; Set amount of memory assigned to applications in mb
|
||||
; Only used when `manual_memory_control` is true
|
||||
; Default is 3285 mb
|
||||
application_memory = u64!0x0CD5
|
||||
; Set amount of memory assigned to applets in mb
|
||||
; Only used when `manual_memory_control` is true
|
||||
; Default is 511 mb
|
||||
applet_memory = u64!0x01FF
|
||||
[hbloader]
|
||||
; Controls the size of the homebrew heap when running as applet.
|
||||
; If set to zero, all available applet memory is used as heap.
|
||||
|
Loading…
Reference in New Issue
Block a user