snes9xgx/source/ngc/preferences.h
2008-09-12 05:28:40 +00:00

13 lines
349 B
C

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (int method, bool silent);
bool LoadPrefs ();