pfschecker OK (#429)

* pfschecker OK

* Clean up contpfs a bit

* Add prototype to pfs.h

* Format

* Update src/libultra/io/pfschecker.c

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>

Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
EllipticEllipsis
2021-11-11 15:29:22 +00:00
committed by GitHub
parent d825ef5de1
commit 2e5c142f3b
4 changed files with 289 additions and 46 deletions
+3
View File
@@ -134,4 +134,7 @@ typedef struct {
/* 0x101 */ u8 map[PFS_INODE_DIST_MAP];
} __OSInodeCache; // size = 0x202
s32 __osGetId(OSPfs* pfs);
s32 osPfsChecker(OSPfs* pfs);
#endif