Skip to content

Commit c07fc5d

Browse files
committed
fix prototype for gcc 15
1 parent 885d78a commit c07fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/wii/SDL_wii_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static void ShutdownCB()
4646
OGC_PowerOffRequested = true;
4747
}
4848

49-
static void ResetCB()
49+
static void ResetCB(u32, void *)
5050
{
5151
OGC_ResetRequested = true;
5252
}

0 commit comments

Comments
 (0)