snes9xgx/source/ngc/preferences.h

13 lines
337 B
C

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