mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-27 21:29:42 +00:00
Remove some deadc0de from timing.c
This commit is contained in:
parent
68be39de6b
commit
47ce10b3a4
@ -220,14 +220,6 @@ void cpu_resume(void) {
|
||||
assert(cpu_isPaused());
|
||||
is_paused = false;
|
||||
|
||||
#if MOBILE_DEVICE
|
||||
int err = pthread_cond_signal(&cpu_thread_cond);
|
||||
if (err) {
|
||||
RELEASE_ERRLOG("pthread_cond_signal : %d", err);
|
||||
RELEASE_BREAK();
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef AUDIO_ENABLED
|
||||
audio_resume();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user