mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 12:18:41 +00:00
23 lines
419 B
C#
23 lines
419 B
C#
namespace Ryujinx.HLE.OsHle
|
|
{
|
|
public enum SystemLanguage
|
|
{
|
|
Japanese,
|
|
AmericanEnglish,
|
|
French,
|
|
German,
|
|
Italian,
|
|
Spanish,
|
|
Chinese,
|
|
Korean,
|
|
Dutch,
|
|
Portuguese,
|
|
Russian,
|
|
Taiwanese,
|
|
BritishEnglish,
|
|
CanadianFrench,
|
|
LatinAmericanSpanish,
|
|
SimplifiedChinese,
|
|
TraditionalChinese
|
|
}
|
|
} |