(dynamic.c) Get rid of __CELLOS_LV2__ ifdef

This commit is contained in:
twinaphex 2016-09-11 13:03:19 +02:00
parent 2c01ffcdb9
commit 6c6d4cd34b

View File

@ -1266,7 +1266,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
}
case RETRO_ENVIRONMENT_SET_AUDIO_CALLBACK:
#if defined(HAVE_THREADS) && !defined(__CELLOS_LV2__)
#ifdef HAVE_THREADS
{
RARCH_LOG("Environ SET_AUDIO_CALLBACK.\n");
audio_driver_set_callback(data);