mirror of https://github.com/mgba-emu/mgba.git
Fix function prototype for GBAThreadInterrupt
This commit is contained in:
parent
c2fc2dbac3
commit
d56dec79e7
|
@ -84,7 +84,7 @@ int GBAThreadHasStarted(struct GBAThread* threadContext);
|
|||
void GBAThreadEnd(struct GBAThread* threadContext);
|
||||
void GBAThreadJoin(struct GBAThread* threadContext);
|
||||
|
||||
void GBAThreadTryPause(struct GBAThread* threadContext);
|
||||
void GBAThreadInterrupt(struct GBAThread* threadContext);
|
||||
void GBAThreadContinue(struct GBAThread* threadContext);
|
||||
|
||||
void GBAThreadPause(struct GBAThread* threadContext);
|
||||
|
|
Loading…
Reference in New Issue