Merge pull request #13150 from liamwhite/region

set: fix region code for system settings
This commit is contained in:
Narr the Reg 2024-02-24 11:40:31 -06:00 committed by GitHub
commit 7b68d7d467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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