X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound.c;h=44177ff182a57775aded5afa1b1e729870c215bd;hb=5cc8854bc94b22e52d747e67cc9b7ca310711181;hp=55985fce4fe394af96cb386e365e4f31f4f5c1f0;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f;p=gpsp.git diff --git a/sound.c b/sound.c index 55985fc..44177ff 100644 --- a/sound.c +++ b/sound.c @@ -579,13 +579,13 @@ void update_gbc_sound(u32 cpu_ticks) address16(io_registers, 0x84) = sound_status; - SDL_CondSignal(sound_cv); - - SDL_UnlockMutex(sound_mutex); - gbc_sound_last_cpu_ticks = cpu_ticks; gbc_sound_buffer_index = (gbc_sound_buffer_index + (buffer_ticks * 2)) % BUFFER_SIZE; + + SDL_UnlockMutex(sound_mutex); + + SDL_CondSignal(sound_cv); } #define sound_copy_normal() \