snes9xgx/source/ngc/preferences.h

13 lines
332 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.51 Nintendo Wii/Gamecube Port
*
2009-03-17 06:09:45 +01:00
* Tantric 2008-2009
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (bool silent);
2008-09-04 04:42:27 +02:00
bool LoadPrefs ();