mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Fix warning.
This commit is contained in:
parent
da7cf7e01d
commit
fe2134cb8c
@ -384,7 +384,6 @@ static size_t dsound_write_avail(void *data)
|
|||||||
|
|
||||||
static size_t dsound_buffer_size(void *data)
|
static size_t dsound_buffer_size(void *data)
|
||||||
{
|
{
|
||||||
dsound_t *ds = (dsound_t*)data;
|
|
||||||
return 4 * 1024;
|
return 4 * 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user