mirror of https://github.com/PCSX2/pcsx2.git
GSDumpRunner: Fix dump runner
This commit is contained in:
parent
4de495ad59
commit
96220e509c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue