mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
[SDL] fixed undefined parameter type
This might have worked with c89, but now it just causes an error
This commit is contained in:
parent
17630b4cb3
commit
9da307e1eb
@ -101,7 +101,7 @@ static int sdl_sound_init()
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void sdl_sound_update(enabled)
|
||||
static void sdl_sound_update(int enabled)
|
||||
{
|
||||
int size = audio_update(soundframe) * 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user