mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 12:39:13 +12:00
Get emulator rendering working with Qt
This commit is contained in:
parent
4329976dbc
commit
5155682e0f
12 changed files with 98 additions and 22 deletions
|
@ -11,6 +11,7 @@ class ScreenWidget : public QWidget {
|
|||
|
||||
public:
|
||||
ScreenWidget(QWidget* parent = nullptr);
|
||||
GL::Context* getGLContext() { return glContext.get(); }
|
||||
|
||||
private:
|
||||
std::unique_ptr<GL::Context> glContext = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue