X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound.c;h=81a0a8d7b54f00211c5524f08f95136ffe993cab;hb=ee0a3871f9982215361cd6bb4758eb9a7c7d8413;hp=44177ff182a57775aded5afa1b1e729870c215bd;hpb=d5e0983c10e0ca717603dd1a406ff0d6e450e905;p=gpsp.git diff --git a/sound.c b/sound.c index 44177ff..81a0a8d 100644 --- a/sound.c +++ b/sound.c @@ -25,11 +25,7 @@ u32 global_enable_audio = 1; direct_sound_struct direct_sound_channel[2]; gbc_sound_struct gbc_sound_channel[4]; -#if defined(GP2X_BUILD) || defined(TAVI_BUILD) u32 sound_frequency = 44100; -#else -u32 sound_frequency = 44100; -#endif SDL_AudioSpec sound_settings; SDL_mutex *sound_mutex;