diff options
| author | 2023-08-05 12:58:32 -0400 | |
|---|---|---|
| committer | 2023-08-05 12:58:32 -0400 | |
| commit | 00d9a9c44e201058a93c4fa11582c8a7119bdb40 (patch) | |
| tree | 422f98e946a73da33837b2a4f7d9c1b8fed93437 /src/core/hle/service/am | |
| parent | Merge pull request #11208 from german77/interface (diff) | |
| parent | service: set: Add more system settings and address comments (diff) | |
| download | yuzu-00d9a9c44e201058a93c4fa11582c8a7119bdb40.tar.gz yuzu-00d9a9c44e201058a93c4fa11582c8a7119bdb40.tar.xz yuzu-00d9a9c44e201058a93c4fa11582c8a7119bdb40.zip | |
Merge pull request #11210 from german77/settings
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 3db09c214..d68998f04 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h | |||
| @@ -22,30 +22,6 @@ class Nvnflinger; | |||
| 22 | 22 | ||
| 23 | namespace Service::AM { | 23 | namespace Service::AM { |
| 24 | 24 | ||
| 25 | // This is nn::settings::Language | ||
| 26 | enum SystemLanguage { | ||
| 27 | Japanese = 0, | ||
| 28 | English = 1, // en-US | ||
| 29 | French = 2, | ||
| 30 | German = 3, | ||
| 31 | Italian = 4, | ||
| 32 | Spanish = 5, | ||
| 33 | Chinese = 6, | ||
| 34 | Korean = 7, | ||
| 35 | Dutch = 8, | ||
| 36 | Portuguese = 9, | ||
| 37 | Russian = 10, | ||
| 38 | Taiwanese = 11, | ||
| 39 | BritishEnglish = 12, // en-GB | ||
| 40 | CanadianFrench = 13, | ||
| 41 | LatinAmericanSpanish = 14, // es-419 | ||
| 42 | // 4.0.0+ | ||
| 43 | SimplifiedChinese = 15, | ||
| 44 | TraditionalChinese = 16, | ||
| 45 | // 10.1.0+ | ||
| 46 | BrazilianPortuguese = 17, | ||
| 47 | }; | ||
| 48 | |||
| 49 | class AppletMessageQueue { | 25 | class AppletMessageQueue { |
| 50 | public: | 26 | public: |
| 51 | // This is nn::am::AppletMessage | 27 | // This is nn::am::AppletMessage |