mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: Hold ImGui lock while initializing and shutting down ImGui.
This commit is contained in:
parent
e37aa3ed90
commit
a98df18947
2 changed files with 12 additions and 1 deletions
|
@ -303,6 +303,9 @@ protected:
|
|||
// This function itself acquires the ImGui lock, so it should not be held.
|
||||
void BeginImGuiFrame();
|
||||
|
||||
// Same as above but without locking the ImGui lock.
|
||||
void BeginImGuiFrameUnlocked();
|
||||
|
||||
// Destroys all ImGui GPU resources, must do before shutdown.
|
||||
void ShutdownImGui();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue