mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Matched more os funcs
This commit is contained in:
+2
-2
@@ -80,7 +80,7 @@ typedef struct {
|
||||
int inode_table; /* block location */
|
||||
int minode_table; /* mirrioring inode_table */
|
||||
int dir_table; /* block location */
|
||||
int inodeStartPage; /* page # */
|
||||
int inode_start_page; /* page # */
|
||||
u8 banks;
|
||||
u8 activebank;
|
||||
} OSPfs;
|
||||
@@ -102,7 +102,7 @@ typedef union {
|
||||
} __OSInodeUnit;
|
||||
|
||||
typedef struct {
|
||||
__OSInodeUnit inodePage[128];
|
||||
__OSInodeUnit inode_page[128];
|
||||
} __OSInode;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user