diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-11-11 15:29:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 12:29:22 -0300 |
| commit | 2e5c142f3b66e5bca3646fa9635ed06ec6d59a30 (patch) | |
| tree | cd68d4ae66bd0372cb9954cdd1c5cfe0a6978917 /include/PR | |
| parent | d825ef5de1ea0c99336a43cc3ed573bf4323a2c0 (diff) | |
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>
Diffstat (limited to 'include/PR')
| -rw-r--r-- | include/PR/pfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/PR/pfs.h b/include/PR/pfs.h index ff7f72bc5..135a6b56c 100644 --- a/include/PR/pfs.h +++ b/include/PR/pfs.h @@ -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 |
