mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-26 18:05:30 +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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sdl_sound_update(enabled)
|
static void sdl_sound_update(int enabled)
|
||||||
{
|
{
|
||||||
int size = audio_update(soundframe) * 2;
|
int size = audio_update(soundframe) * 2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user