added opengl es option

This commit is contained in:
izzy2lost
2026-03-06 14:09:09 -05:00
parent aa9815909a
commit ddc32eaea4
23 changed files with 1343 additions and 609 deletions
+2
View File
@@ -8,6 +8,7 @@
#include <SDL_syswm.h>
#include "ui/kbd-state.h"
#include "ui/shader.h"
// FIXME: Cleanup
struct sdl2_console {
@@ -26,6 +27,7 @@ struct sdl2_console {
int idle_counter;
int ignore_hotkeys;
SDL_GLContext winctx;
QemuGLShader *gls;
QKbdState *kbd;
bool y0_top;
bool scanout_mode;