snes9xgx/source/preferences.h

15 lines
378 B
C
Raw Normal View History

/****************************************************************************
2010-01-27 23:20:37 +01:00
* Snes9x Nintendo Wii/Gamecube Port
*
2022-01-09 17:41:38 +01:00
* Tantric 2008-2022
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
2010-01-25 22:05:38 +01:00
void FixInvalidSettings();
void DefaultSettings();
bool SavePrefs (bool silent);
2008-09-04 04:42:27 +02:00
bool LoadPrefs ();