mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
SET_MAX_NAME_SIZE should be 0x48, not 0x30
This commit is contained in:
parent
57168f2e79
commit
c23ce8fd9d
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "../result.h"
|
#include "../result.h"
|
||||||
|
|
||||||
#define SET_MAX_NAME_SIZE 0x30
|
#define SET_MAX_NAME_SIZE 0x48
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ColorSetId_Light=0,
|
ColorSetId_Light=0,
|
||||||
|
Loading…
Reference in New Issue
Block a user