Unhardcode some things (#589)
* fix malloc sizes of HuMemDirectMalloc calls * unhardcode some things
This commit is contained in:
parent
086800b79a
commit
ce57301435
7 changed files with 48 additions and 47 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _TYPES_H_
|
||||
#define _TYPES_H_
|
||||
|
||||
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue