mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-12-21 02:44:26 +00:00
13 lines
199 B
C#
13 lines
199 B
C#
namespace Ryujinx.Ui.Common.Configuration.System
|
|
{
|
|
public enum Region
|
|
{
|
|
Japan,
|
|
USA,
|
|
Europe,
|
|
Australia,
|
|
China,
|
|
Korea,
|
|
Taiwan
|
|
}
|
|
}
|