mirror of
https://github.com/encounter/SDL.git
synced 2025-12-12 06:45:10 +00:00
drop handle parameter of OpenDevice
This commit is contained in:
@@ -188,7 +188,7 @@ SUNAUDIO_CloseDevice(_THIS)
|
||||
}
|
||||
|
||||
static int
|
||||
SUNAUDIO_OpenDevice(_THIS, void *handle, const char *devname)
|
||||
SUNAUDIO_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
#ifdef AUDIO_SETINFO
|
||||
int enc;
|
||||
|
||||
Reference in New Issue
Block a user