2018-08-15 00:02:42 +02:00
|
|
|
namespace Ryujinx.HLE.OsHle.SystemState
|
2018-04-30 01:18:46 +02:00
|
|
|
{
|
|
|
|
public enum SystemLanguage
|
|
|
|
{
|
|
|
|
Japanese,
|
|
|
|
AmericanEnglish,
|
|
|
|
French,
|
|
|
|
German,
|
|
|
|
Italian,
|
|
|
|
Spanish,
|
|
|
|
Chinese,
|
|
|
|
Korean,
|
|
|
|
Dutch,
|
|
|
|
Portuguese,
|
|
|
|
Russian,
|
|
|
|
Taiwanese,
|
|
|
|
BritishEnglish,
|
|
|
|
CanadianFrench,
|
|
|
|
LatinAmericanSpanish,
|
|
|
|
SimplifiedChinese,
|
|
|
|
TraditionalChinese
|
|
|
|
}
|
|
|
|
}
|