Decompile pakProbe

This commit is contained in:
Ryan Dwyer
2021-09-27 23:17:45 +10:00
parent 8c615f2864
commit bc705b9330
14 changed files with 144 additions and 391 deletions
+1
View File
@@ -198,6 +198,7 @@ s32 osMotorProbe(OSMesgQueue *mq, OSPfs *pfs, s32 channel);
s32 osGbpakCheckConnector(OSPfs *pfs, u8 *status);
s32 osGbpakGetStatus(OSPfs *pfs, u8 *status);
s32 osGbpakInit(OSMesgQueue *siMessegeQ, OSPfs *pfs, s32 channel);
s32 osGbpakPower(OSPfs *pfs, s32 flag);
s32 osGbpakReadId(OSPfs *pfs, OSGbpakId *id, u8 *status);
s32 osGbpakReadWrite(OSPfs *pfs, u16 flag, u16 address, u8 *buffer, u16 size);
+1 -1
View File
@@ -90,7 +90,7 @@ PakErr1 pakReadWriteBlock(s8 device, OSPfs *pfs, s32 file_no, u8 flag, u32 addre
s32 pak0f11a574(s8 device);
void pakUpdateSize(s8 device);
bool mempakPrepare(s8 device);
void pak0f11ac7c(s8 device);
bool pakProbe(s8 device);
void pakWipe(s8 device, u32 blocknumstart, u32 blocknumend);
void pakSaveHeaderToCache(s8 device, s32 blocknum, struct pakfileheader *header);
bool pakRetrieveHeaderFromCache(s8 device, s32 blocknum, struct pakfileheader *header);
-9
View File
@@ -1,9 +0,0 @@
#ifndef _IN_LIB_LIB_06100_H
#define _IN_LIB_LIB_06100_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
u32 func00006100(void);
#endif