Disable mockingboard thread for now

* The MB thread is currently a resource pig and doesn't appear to be needed
      if we're emulating 2 "C"-type cards in slot 4/5
This commit is contained in:
Aaron Culliney 2013-11-17 16:13:33 -08:00
parent f210372302
commit 9aafb2c659

View File

@ -1348,6 +1348,8 @@ static bool MB_DSInit()
g_dwMaxPhonemeLen *= sizeof(SHORT);
#endif
return true;
#ifdef APPLE2IX
int err = 0;
if ((err = pthread_mutex_init(&mockingboard_mutex, NULL)))