smaller imgui impl improvements
This commit is contained in:
@@ -24,6 +24,7 @@ private:
|
||||
bool quit = false;
|
||||
void handleEvents();
|
||||
std::function<void()> emuExitFunc;
|
||||
|
||||
gui::PopupWindow about{"About Kaizen"};
|
||||
gui::StatusBar statusBar{};
|
||||
bool textPauseToggle = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user