mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-17 14:17:42 +00:00
Implement GetRegionCode and add the RegionCode to settings (#999)
This implement `GetRegionCode` accordingly to RE. I've added a setting in the GUI and a field in the Configuration file with a way to update the Configuration file if needed.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Configuration.System
|
||||
{
|
||||
public enum Region
|
||||
{
|
||||
Japan,
|
||||
USA,
|
||||
Europe,
|
||||
Australia,
|
||||
China,
|
||||
Korea,
|
||||
Taiwan
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user