fae097408e
* support reading control data * show game info on titlebar * use first language is default is not available * use seperate language enums for titles * fix hex display
21 lines
385 B
C#
21 lines
385 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
|
|
}
|
|
}
|