Why are we trying to support both the experimental and final version of something that's still experimental?

This commit is contained in:
Alcaro 2015-02-08 18:42:40 +01:00
parent b98812b1ba
commit 0acccbfa43

View File

@ -1238,7 +1238,6 @@ bool rarch_environment_cb(unsigned cmd, void *data)
break;
case RETRO_ENVIRONMENT_MAKE_CURRENT_CONTEXT:
case RETRO_ENVIRONMENT_MAKE_CURRENT_CONTEXT | RETRO_ENVIRONMENT_EXPERIMENTAL:
{
struct retro_hw_make_current_context_callback *cb =
(struct retro_hw_make_current_context_callback*)data;