summaryrefslogtreecommitdiff
path: root/sound.h
diff options
context:
space:
mode:
authornotaz2012-10-05 02:00:26 +0300
committernotaz2012-10-05 02:00:26 +0300
commit40a392b00d8a4b812a61956509f7379ca1f396bc (patch)
tree46fe35352584fb0a56d9c7c05f436e69accea3c7 /sound.h
parent0dfe793b682b16d1d3f3d1973a9498adb0304b0f (diff)
downloadpicogpsp-40a392b00d8a4b812a61956509f7379ca1f396bc.tar.gz
picogpsp-40a392b00d8a4b812a61956509f7379ca1f396bc.tar.bz2
picogpsp-40a392b00d8a4b812a61956509f7379ca1f396bc.zip
make sound reinitable
this will be used for Caanoo overclocking workaround
Diffstat (limited to 'sound.h')
-rw-r--r--sound.h2
1 files changed, 1 insertions, 1 deletions
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);