mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 11:39:21 +01:00
18 lines
447 B
C
18 lines
447 B
C
|
/****************************************************************************
|
||
|
* Snes9x 1.50
|
||
|
*
|
||
|
* Nintendo Gamecube Port
|
||
|
* crunchy2 April 2007
|
||
|
*
|
||
|
* sram.cpp
|
||
|
*
|
||
|
* SRAM save/load/import/export handling
|
||
|
****************************************************************************/
|
||
|
|
||
|
int prepareMCsavedata ();
|
||
|
int prepareEXPORTsavedata ();
|
||
|
void decodesavedata (int readsize);
|
||
|
|
||
|
void quickLoadSRAM (bool8 silent);
|
||
|
void quickSaveSRAM (bool8 silent);
|