sdl: add GLES support
This commit is contained in:
parent
9af8d61ba2
commit
cd21abe50f
5 changed files with 17 additions and 3 deletions
|
@ -92,6 +92,10 @@ udp_pad_index=
|
|||
use_cpu_jit =
|
||||
|
||||
[Renderer]
|
||||
# Whether to render using GLES or OpenGL
|
||||
# 0 (default): OpenGL, 1: GLES
|
||||
use_gles =
|
||||
|
||||
# Whether to use software or hardware rendering.
|
||||
# 0: Software, 1 (default): Hardware
|
||||
use_hw_renderer =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue