mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
(Android) Same for Android - remove gfx_ctx_clear
This commit is contained in:
parent
ddc94054cb
commit
2e988a61d9
@ -255,11 +255,6 @@ static void gfx_ctx_check_window(bool *quit,
|
|||||||
*quit = true;
|
*quit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_clear(void)
|
|
||||||
{
|
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void gfx_ctx_set_blend(bool enable)
|
static void gfx_ctx_set_blend(bool enable)
|
||||||
{
|
{
|
||||||
if(enable)
|
if(enable)
|
||||||
@ -555,7 +550,6 @@ const gfx_ctx_driver_t gfx_ctx_android = {
|
|||||||
gfx_ctx_write_egl_image,
|
gfx_ctx_write_egl_image,
|
||||||
"android",
|
"android",
|
||||||
#ifdef HAVE_RMENU
|
#ifdef HAVE_RMENU
|
||||||
gfx_ctx_clear,
|
|
||||||
gfx_ctx_set_blend,
|
gfx_ctx_set_blend,
|
||||||
gfx_ctx_set_filtering,
|
gfx_ctx_set_filtering,
|
||||||
gfx_ctx_get_available_resolutions,
|
gfx_ctx_get_available_resolutions,
|
||||||
|
Loading…
Reference in New Issue
Block a user