Drop stencil in libretro-test-gl.

This commit is contained in:
Themaister 2013-04-05 00:50:18 +02:00
parent 1534ddee3a
commit 2a6abb80b9

View File

@ -302,7 +302,6 @@ bool retro_load_game(const struct retro_game_info *info)
#endif
hw_render.context_reset = context_reset;
hw_render.depth = true;
hw_render.stencil = true;
if (!environ_cb(RETRO_ENVIRONMENT_SET_HW_RENDER, &hw_render))
return false;