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