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:
@@ -15,6 +15,7 @@
|
||||
"logging_filtered_classes",
|
||||
"enable_file_log",
|
||||
"system_language",
|
||||
"system_region",
|
||||
"docked_mode",
|
||||
"enable_vsync",
|
||||
"enable_multicore_scheduling",
|
||||
@@ -402,6 +403,25 @@
|
||||
"AmericanEnglish"
|
||||
]
|
||||
},
|
||||
"system_region": {
|
||||
"$id": "#/properties/system_region",
|
||||
"type": "string",
|
||||
"title": "System Region",
|
||||
"description": "Change System Region",
|
||||
"default": "USA",
|
||||
"enum": [
|
||||
"Japan",
|
||||
"USA",
|
||||
"Europe",
|
||||
"Australia",
|
||||
"China",
|
||||
"Korea",
|
||||
"Taiwan"
|
||||
],
|
||||
"examples": [
|
||||
"USA"
|
||||
]
|
||||
},
|
||||
"docked_mode": {
|
||||
"$id": "#/properties/docked_mode",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user