X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=blobdiff_plain;f=sound.h;h=f3c1a8a9225d167b774f259b91dc9ed4e9347661;hp=58d823b729e606b177fb010427a2507d22b6932f;hb=HEAD;hpb=2f1c528a6c37558760b28638d271f5ff9ba45e4f diff --git a/sound.h b/sound.h index 58d823b..f3c1a8a 100644 --- 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);