Some progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#include <NativeWindow.hpp>
|
||||
#include <RenderWidget.hpp>
|
||||
#include <NativeWindow.hpp>
|
||||
#include <Debugger.hpp>
|
||||
#include <ImGuiImpl/Menu.hpp>
|
||||
#include <ImGuiImpl/StatusBar.hpp>
|
||||
@@ -18,6 +18,9 @@ public:
|
||||
std::shared_ptr<n64::Core> core;
|
||||
RenderWidget vulkanWidget;
|
||||
EmuThread emuThread;
|
||||
gui::PopupWindow about{"About Kaizen"};
|
||||
gui::StatusBar statusBar{};
|
||||
void RenderUI();
|
||||
|
||||
int run();
|
||||
void LoadTAS(const std::string &path) const noexcept;
|
||||
@@ -26,7 +29,4 @@ private:
|
||||
bool quit = false;
|
||||
void handleEvents();
|
||||
std::function<void()> emuExitFunc;
|
||||
gui::PopupWindow about{"About Kaizen"};
|
||||
gui::StatusBar statusBar{};
|
||||
void InitImGui();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user