mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-23 19:30:45 +00:00
[Android]: Use ALPHA_SIZE 8.
Avoids weird 24-bit surfaces ...
This commit is contained in:
parent
63e8dfba4d
commit
2ab94ad8d1
@ -88,6 +88,7 @@ static bool gfx_ctx_init(void)
|
||||
EGL_BLUE_SIZE, 8,
|
||||
EGL_GREEN_SIZE, 8,
|
||||
EGL_RED_SIZE, 8,
|
||||
EGL_ALPHA_SIZE, 8,
|
||||
EGL_NONE
|
||||
};
|
||||
EGLint num_config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user