mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 10:55:46 -04:00
GameDatabase: Merge compatibility messages
This commit is contained in:
@ -117,6 +117,9 @@ bool RegTestHost::InitializeConfig()
|
||||
EmuFolders::LoadConfig(*s_base_settings_interface.get());
|
||||
EmuFolders::EnsureFoldersExist();
|
||||
|
||||
// imgui setup, make sure it doesn't bug out
|
||||
ImGuiManager::SetFontPathAndRange(std::string(), {0x0020, 0x00FF});
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user