mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-24 18:31:51 +00:00
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:
parent
f210372302
commit
9aafb2c659
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user