mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 07:07:35 -04:00
Decompile osPfsInitPak2
This commit is contained in:
@@ -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
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00051778(void);
|
||||
s32 func00051778(OSPfs *pfs);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user