forked from Mirror/Ryujinx
bec67dbef7
* Decouple configuration from Ryujinx.HLE and Ryujinx.Input * Move Configuration to the Ryujinx project
13 lines
189 B
C#
13 lines
189 B
C#
namespace Ryujinx.Configuration.System
|
|
{
|
|
public enum Region
|
|
{
|
|
Japan,
|
|
USA,
|
|
Europe,
|
|
Australia,
|
|
China,
|
|
Korea,
|
|
Taiwan
|
|
}
|
|
}
|