a7a40a77f2
* Add support for the brazilian portuguese language code * Fix error applet message
22 lines
406 B
C#
22 lines
406 B
C#
namespace Ryujinx.HLE.HOS.SystemState
|
|
{
|
|
public enum TitleLanguage
|
|
{
|
|
AmericanEnglish,
|
|
BritishEnglish,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
LatinAmericanSpanish,
|
|
Spanish,
|
|
Italian,
|
|
Dutch,
|
|
CanadianFrench,
|
|
Portuguese,
|
|
Russian,
|
|
Korean,
|
|
Taiwanese,
|
|
Chinese,
|
|
BrazilianPortuguese
|
|
}
|
|
}
|