b663cd22c8
* Fix GetDesiredLanguage * Correct tzcnt slip-up * Address gdkchan's comments
21 lines
377 B
C#
21 lines
377 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
|
|
}
|
|
}
|