mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-28 11:04:15 +01:00
Removed a warning
This commit is contained in:
parent
ad1afbb83c
commit
17ca95c007
@ -530,9 +530,9 @@ void sound_remove_dc(unsigned char *sound_buffer,int size){
|
|||||||
|
|
||||||
void sound_play() {
|
void sound_play() {
|
||||||
|
|
||||||
|
#if defined(D_SOUND_OSS) || defined(D_SOUND_ALSA) || defined(D_SOUND_PULSE)
|
||||||
static int retval,retval2;
|
static int retval,retval2;
|
||||||
|
#endif
|
||||||
ordenador.current_buffer=sound[0];
|
ordenador.current_buffer=sound[0];
|
||||||
//remove_dc(ordenador.current_buffer,ordenador.buffer_len);
|
//remove_dc(ordenador.current_buffer,ordenador.buffer_len);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user