mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Signal main thread only if dsp is configured
This commit is contained in:
parent
bb04434495
commit
56f38ef0c3
@ -348,6 +348,8 @@ bool dsp_init(struct autoconfig_info *aci)
|
||||
|
||||
void dsp_pause(int pause)
|
||||
{
|
||||
if (is_dsp_installed) {
|
||||
dsp_paused = pause;
|
||||
uae_sem_post(&pause_sem);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user