mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-07 20:01:13 -04:00
Decompile __osPfsSelectBank
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
#define FLAGS_HASH 8
|
||||
#define FLAGS_ZERO 16
|
||||
|
||||
#define BLOCKSIZE 32
|
||||
|
||||
#define ARRLEN(x) ((s32)(sizeof(x) / sizeof(x[0])))
|
||||
|
||||
#define ERRCK(fn) \
|
||||
ret = fn; \
|
||||
if (ret != 0) \
|
||||
return ret;
|
||||
|
||||
typedef struct {
|
||||
union {
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_4CDE0_H
|
||||
#define _IN_LIB_LIB_4CDE0_H
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0004cde0(void);
|
||||
|
||||
#endif
|
||||
@@ -48,4 +48,6 @@ s32 __osAiDeviceBusy();
|
||||
void __osDispatchThread();
|
||||
u32 __osGetCause();
|
||||
s32 __osAtomicDec(u32*);
|
||||
s32 __osPfsSelectBank(OSPfs *pfs, u8 bank);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user