mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Externals: Update imgui to 1.85
This commit is contained in:
parent
05b4aecf18
commit
db54e4f2b0
16 changed files with 18688 additions and 8092 deletions
|
@ -978,6 +978,7 @@ bool Renderer::InitializeImGui()
|
|||
ImGui::GetIO().DisplayFramebufferScale.y = m_backbuffer_scale;
|
||||
ImGui::GetIO().FontGlobalScale = m_backbuffer_scale;
|
||||
ImGui::GetStyle().ScaleAllSizes(m_backbuffer_scale);
|
||||
ImGui::GetStyle().WindowRounding = 7.0f;
|
||||
|
||||
PortableVertexDeclaration vdecl = {};
|
||||
vdecl.position = {VAR_FLOAT, 2, offsetof(ImDrawVert, pos), true, false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue