mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-13 00:26:35 +00:00
Increase default applet reservation size to make psel work
This commit is contained in:
parent
33827fe3a3
commit
2bb77237bc
2 changed files with 4 additions and 4 deletions
|
@ -39,5 +39,5 @@
|
|||
; 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 0x8000000.
|
||||
; applet_heap_reservation_size = u64!0x8000000
|
||||
; applet_heap_size is non-zero. The default is 0x8600000.
|
||||
; applet_heap_reservation_size = u64!0x8600000
|
|
@ -355,8 +355,8 @@ namespace ams::settings::fwdbg {
|
|||
|
||||
/* 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 0x8000000. */
|
||||
R_ASSERT(ParseSettingsItemValue("hbloader", "applet_heap_reservation_size", "u64!0x8000000"));
|
||||
/* applet_heap_size is non-zero. The default is 0x8600000. */
|
||||
R_ASSERT(ParseSettingsItemValue("hbloader", "applet_heap_reservation_size", "u64!0x8600000"));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue