mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-12 06:29:58 +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);
|
g_dwMaxPhonemeLen *= sizeof(SHORT);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return true;
|
||||||
|
|
||||||
#ifdef APPLE2IX
|
#ifdef APPLE2IX
|
||||||
int err = 0;
|
int err = 0;
|
||||||
if ((err = pthread_mutex_init(&mockingboard_mutex, NULL)))
|
if ((err = pthread_mutex_init(&mockingboard_mutex, NULL)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user