Fix indentation

This commit is contained in:
MasaGratoR 2025-07-12 19:05:22 +02:00 committed by GitHub
parent 0b45ada2d3
commit d060c44826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.