mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-12-03 07:17:25 +00:00
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
|
|
}
|
|
}
|