From cc70f19e61d2dd0d5c6d89d993ca30ba61877898 Mon Sep 17 00:00:00 2001 From: fincs Date: Sat, 6 Oct 2018 16:47:53 +0200 Subject: [PATCH] nvservices: increase default tmem size to 8MB --- nx/source/services/nv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/nv.c b/nx/source/services/nv.c index a2971a2e..610fb8ce 100644 --- a/nx/source/services/nv.c +++ b/nx/source/services/nv.c @@ -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;