mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
integrate OSD into ScreenPanel and make it nicer
This commit is contained in:
@ -92,8 +92,7 @@ private:
|
||||
bool oldMax;
|
||||
|
||||
public:
|
||||
ScreenHandler* panel;
|
||||
QWidget* panelWidget;
|
||||
ScreenPanel* panel;
|
||||
};*/
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
@ -230,8 +229,7 @@ private:
|
||||
bool oldMax;
|
||||
|
||||
public:
|
||||
ScreenHandler* panel;
|
||||
QWidget* panelWidget;
|
||||
ScreenPanel* panel;
|
||||
|
||||
QAction* actOpenROM;
|
||||
QAction* actBootFirmware;
|
||||
|
Reference in New Issue
Block a user