mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
Get rid of unused variable 'audio_buffer_size' to silence another warning
This commit is contained in:
parent
4f7ff2b91d
commit
1cd8bb5235
1
sound.c
1
sound.c
@ -27,7 +27,6 @@ gbc_sound_struct gbc_sound_channel[4];
|
|||||||
u32 sound_frequency = GBA_SOUND_FREQUENCY;
|
u32 sound_frequency = GBA_SOUND_FREQUENCY;
|
||||||
|
|
||||||
u32 sound_on;
|
u32 sound_on;
|
||||||
static u32 audio_buffer_size;
|
|
||||||
static s16 sound_buffer[BUFFER_SIZE];
|
static s16 sound_buffer[BUFFER_SIZE];
|
||||||
static u32 sound_buffer_base;
|
static u32 sound_buffer_base;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user