mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
hey look, more shit
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user