mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 20:06:24 +01:00
14 lines
365 B
C
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);
|