fceugx/source/fceustate.h
2021-01-06 12:13:49 -08:00

16 lines
514 B
C

/****************************************************************************
* FCE Ultra
* Nintendo Wii/Gamecube Port
*
* Tantric 2008-2021
*
* fceustate.h
*
* Memory Based Load/Save State Manager
****************************************************************************/
bool SaveState (char * filepath, bool silent);
bool SaveStateAuto (bool silent);
bool LoadState (char * filepath, bool silent);
bool LoadStateAuto (bool silent);
bool SavePreviewImg (char * filepath, bool silent);