snes9xgx/source/preferences.h
2020-07-02 00:50:35 -06:00

15 lines
378 B
C

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