Import SDK Types
This commit is contained in:
parent
84b3e69630
commit
4fe4c38e0d
86 changed files with 6528 additions and 27 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "common.h"
|
||||
#include "dolphin/os.h"
|
||||
|
||||
#define DATA_GET_BLOCK(ptr) ((struct memory_block *)(((char *)(ptr))-32))
|
||||
#define BLOCK_GET_DATA(block) (((char *)(block))+32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue