From 4bd4a95d84baf1756f7f9b3d9601a3160fa96917 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Wed, 2 Aug 2023 19:42:45 -0600 Subject: service: set: Implement system settings for Qlaunch --- src/core/hle/service/am/am.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/core/hle/service/am') 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 -- cgit v1.2.3