aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/OsHle/SystemLanguage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/OsHle/SystemLanguage.cs')
-rw-r--r--Ryujinx.HLE/OsHle/SystemLanguage.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/Ryujinx.HLE/OsHle/SystemLanguage.cs b/Ryujinx.HLE/OsHle/SystemLanguage.cs
new file mode 100644
index 00000000..4f190876
--- /dev/null
+++ b/Ryujinx.HLE/OsHle/SystemLanguage.cs
@@ -0,0 +1,23 @@
+namespace Ryujinx.HLE.OsHle
+{
+ public enum SystemLanguage
+ {
+ Japanese,
+ AmericanEnglish,
+ French,
+ German,
+ Italian,
+ Spanish,
+ Chinese,
+ Korean,
+ Dutch,
+ Portuguese,
+ Russian,
+ Taiwanese,
+ BritishEnglish,
+ CanadianFrench,
+ LatinAmericanSpanish,
+ SimplifiedChinese,
+ TraditionalChinese
+ }
+} \ No newline at end of file