mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
start work on multiple window support
This commit is contained in:
@ -152,6 +152,7 @@ public:
|
||||
|
||||
void initOpenGL();
|
||||
void deinitOpenGL();
|
||||
void makeCurrentGL();
|
||||
void drawScreenGL();
|
||||
|
||||
GL::Context* getContext() { return glContext.get(); }
|
||||
|
Reference in New Issue
Block a user