Skip to content

Commit

Permalink
Drop stencil in libretro-test-gl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Apr 4, 2013
1 parent 1534dde commit 2a6abb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libretro-test-gl/libretro-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2a6abb8

Please sign in to comment.