mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
14 lines
396 B
C
14 lines
396 B
C
|
/****************************************************************************
|
||
|
* FCE Ultra 0.98.12
|
||
|
* Nintendo Wii/Gamecube Port
|
||
|
*
|
||
|
* Tantric September 2008
|
||
|
*
|
||
|
* fceustate.h
|
||
|
*
|
||
|
* Memory Based Load/Save State Manager
|
||
|
****************************************************************************/
|
||
|
|
||
|
bool SaveState (int method, bool silent);
|
||
|
bool LoadState (int method, bool silent);
|