From d060c448269e13d0784485f8e713b487aff4cb7a Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Sat, 12 Jul 2025 19:05:22 +0200 Subject: [PATCH] Fix indentation --- nx/source/runtime/nacp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nx/source/runtime/nacp.c b/nx/source/runtime/nacp.c index 2fdb8e5d..29842e56 100644 --- a/nx/source/runtime/nacp.c +++ b/nx/source/runtime/nacp.c @@ -22,10 +22,10 @@ static u32 g_nacpLanguageTable[18] = { [SetLanguage_RU] = 11, [SetLanguage_KO] = 12, [SetLanguage_ZHTW] = 13, - [SetLanguage_ZHHANT] = 13, + [SetLanguage_ZHHANT] = 13, [SetLanguage_ZHCN] = 14, - [SetLanguage_ZHHANS] = 14, - [SetLanguage_PTBR] = 15 + [SetLanguage_ZHHANS] = 14, + [SetLanguage_PTBR] = 15 }; //Official sw uses nsam for this, but since that's a privileged service, use set-service instead for compatibility with newer system-versions.