Add copyright message to gles_video
[gpsp.git] / sound.h
diff --git a/sound.h b/sound.h
index 58d823b..f3c1a8a 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -25,7 +25,7 @@
 #define GBA_XTAL      16777216.0f
 #define GBA_60HZ_RATE 16853760.0f /* 228*(272+960)*60 */
 
-#if !defined(PSP_BUILD) && !defined(WIZ_BUILD)
+#if !defined(PSP_BUILD) && !defined(POLLUX_BUILD)
   // run GBA at 60Hz (~0.5% faster) to better match host display
   #define GBC_BASE_RATE GBA_60HZ_RATE
 #else
@@ -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);