mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
clean up code, attempt at shit
This commit is contained in:
@ -66,7 +66,7 @@ uiWindow* MainWindow;
|
||||
uiArea* MainDrawArea;
|
||||
uiAreaHandler MainDrawAreaHandler;
|
||||
|
||||
const u32 kGLVersions[] = {uiGLVersion(3,1), 0};
|
||||
const u32 kGLVersions[] = {uiGLVersion(3,2), uiGLVersion(3,1), 0};
|
||||
uiGLContext* GLContext;
|
||||
|
||||
int WindowWidth, WindowHeight;
|
||||
|
Reference in New Issue
Block a user