mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-08 08:18:47 +00:00
sdl: add GLES support
This commit is contained in:
parent
9af8d61ba2
commit
cd21abe50f
5 changed files with 17 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue