Why are we trying to support both the experimental and final version of something that's still experimental?
This commit is contained in:
parent
b98812b1ba
commit
0acccbfa43
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue