Add more stubs
This commit is contained in:
parent
670a2c4c62
commit
69ff202bae
6 changed files with 220 additions and 137 deletions
|
|
@ -2,8 +2,13 @@
|
|||
#define _GAME_PROCESS_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "game/jmp.h"
|
||||
|
||||
#ifdef TARGET_PC
|
||||
#include <setjmp.h>
|
||||
typedef int JMPBUF;
|
||||
#else
|
||||
#include "game/jmp.h"
|
||||
#endif
|
||||
|
||||
#define PROCESS_STAT_PAUSE 0x1
|
||||
#define PROCESS_STAT_UPAUSE 0x2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue