mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 10:37:00 +00:00
Revert "feat(gui): Enhance CPU panel with state management and GUI improvements"
This commit is contained in:
parent
5b432dbb0c
commit
f69c918186
9 changed files with 307 additions and 345 deletions
|
|
@ -14,10 +14,6 @@ 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