mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 16:35:16 +01:00
15 lines
422 B
C
15 lines
422 B
C
/****************************************************************************
|
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
|
*
|
|
* crunchy2 April 2007-July 2007
|
|
* Michniewski 2008
|
|
* Tantric September 2008
|
|
*
|
|
* sram.cpp
|
|
*
|
|
* SRAM save/load/import/export handling
|
|
***************************************************************************/
|
|
|
|
bool SaveSRAM (int method, bool silent);
|
|
bool LoadSRAM (int method, bool silent);
|