fceugx/source/ngc/fceustate.h

16 lines
463 B
C
Raw Normal View History

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