mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
(Android) Remove gfx_ctx_get_aspect_ratio as well
This commit is contained in:
parent
0c3f9a854a
commit
7a9293b8c9
@ -39,11 +39,6 @@ GLfloat _angle;
|
||||
|
||||
static enum gfx_ctx_api g_api;
|
||||
|
||||
static float gfx_ctx_get_aspect_ratio(void)
|
||||
{
|
||||
return 4.0f / 3.0f;
|
||||
}
|
||||
|
||||
static void gfx_ctx_set_swap_interval(unsigned interval)
|
||||
{
|
||||
RARCH_LOG("gfx_ctx_set_swap_interval(%d).\n", interval);
|
||||
|
Loading…
x
Reference in New Issue
Block a user