| 546 | } |
| 547 | |
| 548 | bool VMManager::Internal::CheckSettingsVersion() |
| 549 | { |
| 550 | SettingsInterface* bsi = Host::Internal::GetBaseSettingsLayer(); |
| 551 | |
| 552 | uint settings_version; |
| 553 | return (bsi->GetUIntValue("UI", "SettingsVersion", &settings_version) && settings_version == SETTINGS_VERSION); |
| 554 | } |
| 555 | |
| 556 | void VMManager::Internal::LoadStartupSettings() |
| 557 | { |
nothing calls this directly
no test coverage detected