Remove unnecessary GL options
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
This commit is contained in:
parent
87d4158ee1
commit
59ba06a1ec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue