mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-23 02:42:09 +00:00
Add default system settings for hbl applet support
This commit is contained in:
parent
1f2de35f94
commit
5d753f2384
1 changed files with 11 additions and 2 deletions
|
@ -29,3 +29,12 @@ dmnt_always_save_cheat_toggles = u8!0x0
|
||||||
; NOTE: EXPERIMENTAL
|
; NOTE: EXPERIMENTAL
|
||||||
; If you do not know what you are doing, do not touch this yet.
|
; If you do not know what you are doing, do not touch this yet.
|
||||||
fsmitm_redirect_saves_to_sd = u8!0x0
|
fsmitm_redirect_saves_to_sd = u8!0x0
|
||||||
|
[hbloader]
|
||||||
|
; Controls the size of the homebrew heap when running as applet.
|
||||||
|
; If set to zero, all available applet memory is used as heap.
|
||||||
|
; The default is zero.
|
||||||
|
applet_heap_size = u64!0x0
|
||||||
|
; Controls the amount of memory to reserve when running as applet
|
||||||
|
; for usage by other applets. This setting has no effect if
|
||||||
|
; applet_heap_size is non-zero. The default is zero.
|
||||||
|
applet_heap_reservation_size = u64!0x8000000
|
Loading…
Reference in a new issue