X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound.c;h=81a0a8d7b54f00211c5524f08f95136ffe993cab;hb=eac69717338922e6bb55076e57d7674080291fe9;hp=44177ff182a57775aded5afa1b1e729870c215bd;hpb=e9c7b1376a93375f3ebbc5b58c9b69c065b17060;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;