Decompile __osPfsSelectBank

This commit is contained in:
Ryan Dwyer
2021-01-30 11:48:14 +10:00
parent 1cc81c13b3
commit c522335d5d
14 changed files with 59 additions and 90 deletions
+8
View File
@@ -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 {
-8
View File
@@ -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
+2
View File
@@ -48,4 +48,6 @@ s32 __osAiDeviceBusy();
void __osDispatchThread();
u32 __osGetCause();
s32 __osAtomicDec(u32*);
s32 __osPfsSelectBank(OSPfs *pfs, u8 bank);
#endif