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