Decompile osPfsFreeBlocks

This commit is contained in:
Ryan Dwyer
2021-03-25 14:13:34 +10:00
parent 74179a237e
commit 42c2dc2801
11 changed files with 55 additions and 151 deletions
+6 -4
View File
@@ -94,10 +94,12 @@ typedef struct {
#define PFS_FILE_NAME_LEN 16
#define PFS_FILE_EXT_LEN 4
#define BLOCKSIZE 32 /* bytes */
#define PFS_ONE_PAGE 8 /* blocks */
#define PFS_MAX_BANKS 62
#define PFS_LABEL_AREA 7
#define BLOCKSIZE 32 /* bytes */
#define PFS_ONE_PAGE 8 /* blocks */
#define PFS_MAX_BANKS 62
#define PFS_LABEL_AREA 7
#define PFS_INODE_SIZE_PER_PAGE 128
#define PFS_PAGE_NOT_USED 3
#define PFS_READ 0
#define PFS_WRITE 1
-9
View File
@@ -1,9 +0,0 @@
#ifndef _IN_LIB_LIB_4CE60_H
#define _IN_LIB_LIB_4CE60_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
s32 func0004ce60(OSPfs *pfs, s32 *arg1);
#endif