mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 22:56:09 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
@@ -36,7 +36,7 @@ static SDL_AudioDevice* audioDevice = NULL;
|
||||
static SDL_AudioDevice* captureDevice = NULL;
|
||||
|
||||
static int
|
||||
ANDROIDAUDIO_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
ANDROIDAUDIO_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
SDL_AudioFormat test_format;
|
||||
SDL_bool iscapture = this->iscapture;
|
||||
|
||||
Reference in New Issue
Block a user