hey look, more shit

This commit is contained in:
Arisotura
2024-05-18 11:45:31 +02:00
parent 10380320c5
commit 2fc1ae780b
12 changed files with 107 additions and 322 deletions

View File

@ -104,6 +104,8 @@ public:
explicit MainWindow(EmuInstance* inst, QWidget* parent = nullptr);
~MainWindow();
EmuInstance* getEmuInstance() { return emuInstance; }
void attachEmuThread(EmuThread* thread);
bool hasOpenGL() { return hasOGL; }