23 lines
No EOL
420 B
C#
23 lines
No EOL
420 B
C#
namespace Ryujinx.Core.OsHle
|
|
{
|
|
public enum SystemLanguage
|
|
{
|
|
Japanese,
|
|
AmericanEnglish,
|
|
French,
|
|
German,
|
|
Italian,
|
|
Spanish,
|
|
Chinese,
|
|
Korean,
|
|
Dutch,
|
|
Portuguese,
|
|
Russian,
|
|
Taiwanese,
|
|
BritishEnglish,
|
|
CanadianFrench,
|
|
LatinAmericanSpanish,
|
|
SimplifiedChinese,
|
|
TraditionalChinese
|
|
}
|
|
} |