snes9xgx/source/preferences.h
2021-01-06 12:13:32 -08:00

15 lines
378 B
C

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