Decompile osPfsInitPak2

This commit is contained in:
Ryan Dwyer
2021-10-11 23:46:07 +10:00
parent d82a6ba619
commit e5b7413a32
3 changed files with 97 additions and 149 deletions
+5 -3
View File
@@ -135,9 +135,11 @@ typedef struct {
#define PFS_WRITE 1
#define PFS_CREATE 2
#define PFS_INITIALIZED 0x1
#define PFS_CORRUPTED 0x2
#define PFS_MOTOR_INITIALIZED 0x8
#define PFS_INITIALIZED 0x01
#define PFS_CORRUPTED 0x02
#define PFS_ID_BROKEN 0x04
#define PFS_MOTOR_INITIALIZED 0x08
#define PFS_GBPAK_INITIALIZED 0x10
/**************************************************************************
*
+1 -1
View File
@@ -4,6 +4,6 @@
#include "data.h"
#include "types.h"
u32 func00051778(void);
s32 func00051778(OSPfs *pfs);
#endif