(PS3) Don't support SET_AUDIO_CALLBACK right now for PS3

This commit is contained in:
twinaphex 2014-01-22 02:20:03 +01:00
parent fe10114a2f
commit d9653b2add
1 changed files with 3 additions and 1 deletions

View File

@ -768,7 +768,9 @@ bool rarch_environment_cb(unsigned cmd, void *data)
break;
}
#ifdef HAVE_THREADS
//FIXME - PS3 audio driver needs to be fixed so that threaded audio works correctly
//(audio is already on a thread for PS3 audio driver so that's probably the problem)
#if defined(HAVE_THREADS) && !defined(__CELLOS_LV2__)
case RETRO_ENVIRONMENT_SET_AUDIO_CALLBACK:
{
RARCH_LOG("Environ SET_AUDIO_CALLBACK.\n");