mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 16:19:25 +02:00
Fix indentation
This commit is contained in:
parent
0b45ada2d3
commit
d060c44826
@ -22,10 +22,10 @@ static u32 g_nacpLanguageTable[18] = {
|
|||||||
[SetLanguage_RU] = 11,
|
[SetLanguage_RU] = 11,
|
||||||
[SetLanguage_KO] = 12,
|
[SetLanguage_KO] = 12,
|
||||||
[SetLanguage_ZHTW] = 13,
|
[SetLanguage_ZHTW] = 13,
|
||||||
[SetLanguage_ZHHANT] = 13,
|
[SetLanguage_ZHHANT] = 13,
|
||||||
[SetLanguage_ZHCN] = 14,
|
[SetLanguage_ZHCN] = 14,
|
||||||
[SetLanguage_ZHHANS] = 14,
|
[SetLanguage_ZHHANS] = 14,
|
||||||
[SetLanguage_PTBR] = 15
|
[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.
|
//Official sw uses nsam for this, but since that's a privileged service, use set-service instead for compatibility with newer system-versions.
|
||||||
|
Loading…
Reference in New Issue
Block a user