Skip to content

Commit

Permalink
RegTest: Fix OOB array read
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 14, 2024
1 parent 0f03aa3 commit 159254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckstation-regtest/regtest_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bool RegTestHost::InitializeConfig()
EmuFolders::EnsureFoldersExist();

// 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;
}
Expand Down

0 comments on commit 159254c

Please sign in to comment.