MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / iSGCheckMemoryCard

Function iSGCheckMemoryCard

src/SB/Core/gc/isavegame.cpp:1996–2007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994}
1995
1996U8 iSGCheckMemoryCard(st_ISGSESSION* isgdata, S32 index)
1997{
1998 s32 memSize;
1999 s32 sectorSize;
2000
2001 switch (CARDProbeEx(index, &memSize, &sectorSize))
2002 {
2003 case CARD_RESULT_READY:
2004 return 1;
2005 }
2006 return 0;
2007}
2008
2009void iSGAutoSave_Startup()
2010{

Callers 1

xSGCheckMemoryCardFunction · 0.50

Calls 1

CARDProbeExFunction · 0.85

Tested by

no test coverage detected