mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
now with display!
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
#include <QThread>
|
||||
#include <QWidget>
|
||||
#include <QMainWindow>
|
||||
#include <QImage>
|
||||
|
||||
|
||||
class EmuThread : public QThread
|
||||
@ -55,6 +56,9 @@ public:
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent* event) override;
|
||||
|
||||
private:
|
||||
QImage* screen[2];
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user