snes9xgx/source/ngc/preferences.h

13 lines
349 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (int method, bool silent);
2008-09-04 04:42:27 +02:00
bool LoadPrefs ();