|
|
@ -307,6 +307,9 @@ ISystemSettingsServer::ISystemSettingsServer(Core::System& system_) |
|
|
|
|
|
|
|
|
SetupSettings(); |
|
|
SetupSettings(); |
|
|
|
|
|
|
|
|
|
|
|
m_system_settings.region_code = |
|
|
|
|
|
static_cast<SystemRegionCode>(Settings::values.region_index.GetValue()); |
|
|
|
|
|
|
|
|
// TODO: Remove this when starter applet is fully functional
|
|
|
// TODO: Remove this when starter applet is fully functional
|
|
|
EulaVersion eula_version{ |
|
|
EulaVersion eula_version{ |
|
|
.version = 0x10000, |
|
|
.version = 0x10000, |
|
|
|