snes9xgx/source/ngc/sram.h
dborth 6ff361a2cd rewrite of smb code, partially working on Wii
misc bug fixes
function cleanup
2008-08-10 03:14:39 +00:00

14 lines
365 B
C

/****************************************************************************
* Snes9x 1.50
*
* Nintendo Gamecube Port
* crunchy2 April 2007
*
* sram.cpp
*
* SRAM save/load/import/export handling
****************************************************************************/
bool SaveSRAM (int method, bool silent);
int LoadSRAM (int method, bool silent);