From 32ca2b41e5df879f5b9106bcecf6032dc1124938 Mon Sep 17 00:00:00 2001 From: J-D-K Date: Tue, 7 Jan 2020 14:49:23 -0500 Subject: [PATCH] Account fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b24f4b0..c300229 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,7 +18,7 @@ extern "C" hidInitialize(); nsInitialize(); setsysInitialize(); - accountInitialize(AccountServiceType_Application); + accountInitialize(AccountServiceType_System); } void userAppExit(void)