diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-08-02 19:42:45 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-08-02 22:33:42 -0600 |
| commit | 4bd4a95d84baf1756f7f9b3d9601a3160fa96917 (patch) | |
| tree | acebbf4646a8a85ba4fd006670dda73bfa5711cf /src/core/hle/service/am | |
| parent | 096644c01cb8cd30589d5f168fdabaac5aad174a (diff) | |
service: set: Implement system settings for Qlaunch
Diffstat (limited to 'src/core/hle/service/am')
| -rw-r--r-- | src/core/hle/service/am/am.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index d4fd163da..054ef4a9f 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -22,30 +22,6 @@ class Nvnflinger; namespace Service::AM { -// This is nn::settings::Language -enum SystemLanguage { - Japanese = 0, - English = 1, // en-US - French = 2, - German = 3, - Italian = 4, - Spanish = 5, - Chinese = 6, - Korean = 7, - Dutch = 8, - Portuguese = 9, - Russian = 10, - Taiwanese = 11, - BritishEnglish = 12, // en-GB - CanadianFrench = 13, - LatinAmericanSpanish = 14, // es-419 - // 4.0.0+ - SimplifiedChinese = 15, - TraditionalChinese = 16, - // 10.1.0+ - BrazilianPortuguese = 17, -}; - class AppletMessageQueue { public: // This is nn::am::AppletMessage |
