mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-17 17:05:02 +00:00
Devtools: Close Button ( X ) (#2187)
This commit is contained in:
parent
a7d45231b7
commit
c8bbecda26
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ void L::DrawMenuBar() {
|
||||||
}
|
}
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SameLine(ImGui::GetWindowWidth() - 30.0f);
|
||||||
|
if (Button("X", ImVec2(25, 25))) {
|
||||||
|
DebugState.IsShowingDebugMenuBar() = false;
|
||||||
|
}
|
||||||
|
|
||||||
EndMainMenuBar();
|
EndMainMenuBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue