Change int to s32
This commit is contained in:
parent
206fb7d931
commit
ec5f686ffb
20 changed files with 172 additions and 175 deletions
|
|
@ -5,7 +5,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int _prolog();
|
||||
#include "dolphin/types.h"
|
||||
|
||||
extern s32 _prolog();
|
||||
extern void _epilog();
|
||||
|
||||
typedef void (*VoidFunc)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue