fceugx/source/ngc/fceustate.h

16 lines
519 B
C
Raw Normal View History

2008-09-02 03:57:21 +02:00
/****************************************************************************
* FCE Ultra 0.98.12
* Nintendo Wii/Gamecube Port
*
2009-03-28 18:23:08 +01:00
* Tantric 2008-2009
2008-09-02 03:57:21 +02:00
*
* fceustate.h
*
* Memory Based Load/Save State Manager
****************************************************************************/
2009-03-28 18:23:08 +01:00
bool SaveState (char * filepath, int method, bool silent);
bool SaveStateAuto (int method, bool silent);
bool LoadState (char * filepath, int method, bool silent);
bool LoadStateAuto (int method, bool silent);