Settings work

This commit is contained in:
Simone
2024-01-23 13:03:34 +01:00
parent e3cc520fa5
commit 46bb91ec31
9 changed files with 87 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <QThread>
#include <Core.hpp>
#include <SettingsWindow.hpp>
struct QtInstanceFactory;
struct ParallelRdpWindowInfo;
@@ -20,6 +21,7 @@ public:
[[noreturn]] void run() noexcept override;
n64::Core* core;
SettingsWindow* settings;
bool running = false;
void TogglePause()