GSDumpRunner: Fix dump runner

This commit is contained in:
refractionpcsx2 2024-01-09 12:10:55 +00:00
parent 4de495ad59
commit 96220e509c
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ bool GSRunner::InitializeConfig()
if (!VMManager::PerformEarlyHardwareChecks(&error))
return false;
ImGuiManager::SetFontPathAndRange(Path::Combine(EmuFolders::Resources, "fonts" FS_OSPATH_SEPARATOR_STR "Roboto-Regular.ttf"), {});
// don't provide an ini path, or bother loading. we'll store everything in memory.
MemorySettingsInterface& si = s_settings_interface;
Host::Internal::SetBaseSettingsLayer(&si);