mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 08:19:22 +02:00
nvservices: increase default tmem size to 8MB
This commit is contained in:
parent
20204e3c48
commit
cc70f19e61
@ -9,7 +9,7 @@
|
||||
#include "services/nv.h"
|
||||
#include "services/sm.h"
|
||||
|
||||
__attribute__((weak)) u32 __nx_nv_transfermem_size = 0x300000;
|
||||
__attribute__((weak)) u32 __nx_nv_transfermem_size = 0x800000;
|
||||
|
||||
static Service g_nvSrv;
|
||||
static Service g_nvSrvClone;
|
||||
|
Loading…
Reference in New Issue
Block a user