Add automatic profile switching #1

Merged
Jordonbc merged 22 commits from Feature/GraphicsProfiles into Dev 2024-07-08 22:22:09 +01:00
Showing only changes of commit 8ba9caeb27 - Show all commits

View file

@ -71,7 +71,7 @@ void UHarmonyLinkGraphics::LoadConfig(const bool bForceReload)
QUICK_SCOPE_CYCLE_COUNTER(HarmonyLinkGraphics_LoadSettings);
// Load the settings into the map
GetConfig();
FConfigFile* _ = GetConfig();
DebugPrintProfiles();
}