mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
@@ -71,7 +71,7 @@ void aaudio_errorCallback( AAudioStream *stream, void *userData, aaudio_result_t
|
||||
#define LIB_AAUDIO_SO "libaaudio.so"
|
||||
|
||||
static int
|
||||
aaudio_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
aaudio_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
struct SDL_PrivateAudioData *private;
|
||||
SDL_bool iscapture = this->iscapture;
|
||||
|
||||
Reference in New Issue
Block a user