Move solution and projects to src
This commit is contained in:
22
src/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs
Normal file
22
src/Ryujinx.HLE/HOS/SystemState/TitleLanguage.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace Ryujinx.HLE.HOS.SystemState
|
||||
{
|
||||
public enum TitleLanguage
|
||||
{
|
||||
AmericanEnglish,
|
||||
BritishEnglish,
|
||||
Japanese,
|
||||
French,
|
||||
German,
|
||||
LatinAmericanSpanish,
|
||||
Spanish,
|
||||
Italian,
|
||||
Dutch,
|
||||
CanadianFrench,
|
||||
Portuguese,
|
||||
Russian,
|
||||
Korean,
|
||||
TraditionalChinese,
|
||||
SimplifiedChinese,
|
||||
BrazilianPortuguese
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user