fceugx/source/ngc/fceuram.h

14 lines
388 B
C
Raw Normal View History

/****************************************************************************
* FCE Ultra 0.98.12
* Nintendo Wii/Gamecube Port
*
* Tantric September 2008
*
* fceuram.h
*
* Memory Based Load/Save RAM Manager
****************************************************************************/
bool SaveRAM (int method, bool silent);
bool LoadRAM (int method, bool silent);