From c23ce8fd9d52f36e450aa64d89b1f0847e6b9d1e Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sun, 3 Jun 2018 11:12:27 +1000 Subject: [PATCH] SET_MAX_NAME_SIZE should be 0x48, not 0x30 --- nx/include/switch/services/set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index c0a02025..b552af7f 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -7,7 +7,7 @@ */ #include "../result.h" -#define SET_MAX_NAME_SIZE 0x30 +#define SET_MAX_NAME_SIZE 0x48 typedef enum { ColorSetId_Light=0,