mirror of
https://github.com/encounter/SDL.git
synced 2025-12-18 01:15:24 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
@@ -174,7 +174,7 @@ SDL_FS_CloseDevice(_THIS)
|
||||
|
||||
|
||||
static int
|
||||
SDL_FS_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
SDL_FS_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
int bytes;
|
||||
SDL_AudioFormat test_format;
|
||||
|
||||
Reference in New Issue
Block a user