This commit is contained in:
tumGER 2019-08-12 18:36:21 +02:00 committed by Nichole Mattera
parent 25cf8277dc
commit 39bb2678d6
2 changed files with 10 additions and 2 deletions

View file

@ -28,4 +28,13 @@ dmnt_always_save_cheat_toggles = u8!0x0
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; 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

View file

@ -34,7 +34,6 @@ Follow this guide: https://guide.teamatlasnx.com
* [Switch Homebrew Loader](https://github.com/switchbrew/nx-hbloader)
* [Switch Homebrew Menu](https://github.com/switchbrew/nx-hbmenu)
* [Sys-FTPD](https://github.com/jakibaki/sys-ftpd)
* [Sys-Netcheat](https://github.com/jakibaki/sys-netcheat)
* [AppstoreNX](https://github.com/vgmoose/appstorenx)
* [Lockpick](https://github.com/shchmue/Lockpick)
* [EdiZon](https://github.com/thomasnet-mc/EdiZon)