mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 19:36:57 +00:00
feat(gui): Enhance CPU panel with state management and GUI improvements
This commit is contained in:
parent
2bb666a088
commit
85559e249b
9 changed files with 340 additions and 302 deletions
|
|
@ -14,6 +14,10 @@ namespace Pound::GUI
|
|||
|
||||
void ConsolePanel::Render()
|
||||
{
|
||||
if (!visible) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!ImGui::Begin(name.c_str(), &visible))
|
||||
{
|
||||
ImGui::End();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue