snes9xgx/source/preferences.h
2022-01-09 09:41:38 -07:00

15 lines
378 B
C

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