mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-16 01:31:06 +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());
|
assert(cpu_isPaused());
|
||||||
is_paused = false;
|
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
|
#ifdef AUDIO_ENABLED
|
||||||
audio_resume();
|
audio_resume();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user