mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
sysmodule template: set __nx_fs_num_sessions to 1
This commit is contained in:
parent
a0ce16d0f7
commit
7cce42673e
@ -8,6 +8,8 @@
|
||||
|
||||
// Sysmodules should not use applet*.
|
||||
u32 __nx_applet_type = AppletType_None;
|
||||
// Sysmodules will normally only want to use one FS session.
|
||||
u32 __nx_fs_num_sessions = 1;
|
||||
|
||||
// Adjust size as needed.
|
||||
#define INNER_HEAP_SIZE 0x80000
|
||||
|
Loading…
Reference in New Issue
Block a user