mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
added opengl es option
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user