mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-02 04:25:37 +00:00
RegTest: Fix OOB array read
This commit is contained in:
parent
0f03aa3e30
commit
159254c37a
|
@ -118,7 +118,7 @@ bool RegTestHost::InitializeConfig()
|
||||||
EmuFolders::EnsureFoldersExist();
|
EmuFolders::EnsureFoldersExist();
|
||||||
|
|
||||||
// imgui setup, make sure it doesn't bug out
|
// imgui setup, make sure it doesn't bug out
|
||||||
ImGuiManager::SetFontPathAndRange(std::string(), {0x0020, 0x00FF});
|
ImGuiManager::SetFontPathAndRange(std::string(), {0x0020, 0x00FF, 0, 0});
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue