Go to file
fincs 7f8fb00864 Add applet heap size configuration support, example usage is as follows:
[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
2019-07-29 18:12:00 +02:00
source Add applet heap size configuration support, example usage is as follows: 2019-07-29 18:12:00 +02:00
.gitignore Build NPDM from JSON configuration file (with enhancements), see details: 2018-05-09 18:18:18 +02:00
hbl.json Grant access to svcCallSecureMonitor 2019-01-24 17:46:29 +01:00
LICENSE.md Copy license from libnx (fix #1) 2018-08-06 21:39:26 +02:00
Makefile Stub out unused exit logic, close SM handle once we don't need it anymore 2019-07-29 15:12:38 +02:00