fix gspEventThreadMain signature
This commit is contained in:
parent
91d5a79e6a
commit
9fec42f38f
@ -21,7 +21,7 @@ Handle gspEventThread;
|
||||
static Handle gspEvent;
|
||||
static vu8* gspEventData;
|
||||
|
||||
static void gspEventThreadMain(u32 arg);
|
||||
static void gspEventThreadMain(void *arg);
|
||||
|
||||
|
||||
Result gspInit()
|
||||
@ -82,7 +82,7 @@ void gspWaitForEvent(GSP_Event id, bool nextEvent)
|
||||
svcClearEvent(gspEvents[id]);
|
||||
}
|
||||
|
||||
void gspEventThreadMain(u32 arg)
|
||||
void gspEventThreadMain(void *arg)
|
||||
{
|
||||
while (gspRunEvents)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user