MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / CheckSettingsVersion

Method CheckSettingsVersion

pcsx2/VMManager.cpp:548–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548bool 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
556void VMManager::Internal::LoadStartupSettings()
557{

Callers

nothing calls this directly

Calls 1

GetUIntValueMethod · 0.45

Tested by

no test coverage detected