mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 10:27:40 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
parent
47ddb04e17
commit
a70bb259c7
31 changed files with 46 additions and 42 deletions
|
@ -202,7 +202,7 @@ NETBSDAUDIO_CloseDevice(_THIS)
|
|||
}
|
||||
|
||||
static int
|
||||
NETBSDAUDIO_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
NETBSDAUDIO_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
SDL_bool iscapture = this->iscapture;
|
||||
SDL_AudioFormat test_format;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue