mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
video: disable imgui.ini creation
This commit is contained in:
parent
3f7e7d3fe1
commit
0a348f3868
1 changed files with 1 additions and 0 deletions
|
|
@ -1068,6 +1068,7 @@ struct ImGuiPushConstants
|
|||
static void CreateImGuiBackend()
|
||||
{
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
io.IniFilename = nullptr;
|
||||
io.BackendFlags |= ImGuiBackendFlags_RendererHasVtxOffset;
|
||||
io.ConfigFlags |= ImGuiConfigFlags_NoMouseCursorChange;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue