From 59ba06a1eccdbb95094ed46afdcb996b1d12141e Mon Sep 17 00:00:00 2001 From: Mahyar Koshkouei Date: Sun, 14 Jan 2018 12:03:35 +0000 Subject: [PATCH] Remove unnecessary GL options Signed-off-by: Mahyar Koshkouei --- mpv-libretro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mpv-libretro.c b/mpv-libretro.c index 7523202..a49e862 100644 --- a/mpv-libretro.c +++ b/mpv-libretro.c @@ -265,8 +265,6 @@ static bool retro_init_hw_context(void) #endif hw_render.context_reset = context_reset; hw_render.context_destroy = context_destroy; - hw_render.depth = true; - hw_render.bottom_left_origin = true; if (!environ_cb(RETRO_ENVIRONMENT_SET_HW_RENDER, &hw_render)) return false;