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;