snes9xgx/source/ngc/preferences.h
2009-03-17 05:09:45 +00:00

13 lines
332 B
C

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