sdl: add GLES support

This commit is contained in:
BreadFish64 2019-01-30 14:11:39 -06:00
parent 9af8d61ba2
commit cd21abe50f
5 changed files with 17 additions and 3 deletions

View file

@ -130,6 +130,7 @@ struct Values {
u64 init_time;
// Renderer
bool use_gles;
bool use_hw_renderer;
bool use_hw_shader;
bool shaders_accurate_gs;