Skip to content

Commit 8cd0c05

Browse files
authored
isavegame.cpp progress (#398)
1 parent e136619 commit 8cd0c05

File tree

3 files changed

+563
-17
lines changed

3 files changed

+563
-17
lines changed

include/dolphin/dolphin.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ typedef struct CARDStat
299299
} CARDStat;
300300
// CARDRead.h
301301
s32 CARDRead(struct CARDFileInfo* fileInfo, void* buf, s32 length, s32 offset);
302+
// CARDOpen.h
303+
s32 CARDFastOpen(s32 chan, s32 fileNo, CARDFileInfo* fileInfo);
304+
s32 CARDOpen(s32 chan, char* fileName, CARDFileInfo* fileInfo);
305+
s32 CARDClose(CARDFileInfo* fileInfo);
302306

303307
#ifdef __cplusplus
304308
}

0 commit comments

Comments
 (0)