mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
add required shit for loading per-window config (I think)
This commit is contained in:
@ -102,7 +102,7 @@ class MainWindow : public QMainWindow
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow(EmuInstance* inst, QWidget* parent = nullptr);
|
||||
explicit MainWindow(int id, EmuInstance* inst, QWidget* parent = nullptr);
|
||||
~MainWindow();
|
||||
|
||||
EmuInstance* getEmuInstance() { return emuInstance; }
|
||||
@ -241,11 +241,14 @@ private:
|
||||
|
||||
int test_num;
|
||||
|
||||
int windowID;
|
||||
|
||||
EmuInstance* emuInstance;
|
||||
EmuThread* emuThread;
|
||||
|
||||
Config::Table& globalCfg;
|
||||
Config::Table& localCfg;
|
||||
Config::Table windowCfg;
|
||||
|
||||
public:
|
||||
ScreenPanel* panel;
|
||||
|
Reference in New Issue
Block a user