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 {