It renders something, crashes because ImGui exhausts the display list. Need to find a better way for thread sync. Message queue?
This commit is contained in:
@@ -20,7 +20,6 @@ public:
|
||||
EmuThread emuThread;
|
||||
gui::PopupWindow about{"About Kaizen"};
|
||||
gui::StatusBar statusBar{};
|
||||
void RenderUI();
|
||||
|
||||
int run();
|
||||
void LoadTAS(const std::string &path) const noexcept;
|
||||
@@ -29,4 +28,5 @@ private:
|
||||
bool quit = false;
|
||||
void handleEvents();
|
||||
std::function<void()> emuExitFunc;
|
||||
void RenderUI();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user