mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
c: __osPfsGetInitData
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
//should go somewhere else but
|
||||
#define ARRLEN(x) ((s32)(sizeof(x) / sizeof(x[0])))
|
||||
#define CHNL_ERR(format) ((format.rxsize & CHNL_ERR_MASK) >> 4)
|
||||
#define CHNL_ERR(format) ((format.rxsize & 0xC0) >> 4)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@@ -130,4 +130,3 @@ typedef struct
|
||||
__osSiRelAccess(); \
|
||||
if (ret != 0) \
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user