mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-17 10:10:45 -04:00
Config: auto-select region and language
This commit is contained in:
@@ -110,5 +110,9 @@ struct Values {
|
||||
u16 gdbstub_port;
|
||||
} extern values;
|
||||
|
||||
// a special value for Values::region_value indicating that citra will automatically select a region
|
||||
// value to fit the region lockout info of the game
|
||||
static constexpr int REGION_VALUE_AUTO_SELECT = -1;
|
||||
|
||||
void Apply();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user