X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound.h;h=e432cef3ff61d06005380cd7e8ccdd94ca99283e;hb=40a392b00d8a4b812a61956509f7379ca1f396bc;hp=58d823b729e606b177fb010427a2507d22b6932f;hpb=0dfe793b682b16d1d3f3d1973a9498adb0304b0f;p=gpsp.git diff --git a/sound.h b/sound.h index 58d823b..e432cef 100644 --- a/sound.h +++ b/sound.h @@ -124,7 +124,7 @@ void sound_timer_queue32(u32 channel, u32 value); void sound_timer(fixed8_24 frequency_step, u32 channel); void sound_reset_fifo(u32 channel); void update_gbc_sound(u32 cpu_ticks); -void init_sound(); +void init_sound(int need_reset); void sound_write_mem_savestate(file_tag_type savestate_file); void sound_read_savestate(file_tag_type savestate_file);