2008-09-02 03:57:21 +02:00
|
|
|
/****************************************************************************
|
2009-07-22 04:05:49 +02:00
|
|
|
* FCE Ultra
|
2008-09-02 03:57:21 +02:00
|
|
|
* Nintendo Wii/Gamecube Port
|
|
|
|
*
|
|
|
|
* Tantric September 2008
|
|
|
|
*
|
|
|
|
* preferences.h
|
|
|
|
*
|
|
|
|
* Preferences save/load preferences utilities
|
|
|
|
****************************************************************************/
|
|
|
|
|
2010-01-25 22:04:44 +01:00
|
|
|
void FixInvalidSettings();
|
|
|
|
void DefaultSettings();
|
2008-12-19 23:04:55 +01:00
|
|
|
bool SavePrefs (bool silent);
|
2008-09-04 04:46:04 +02:00
|
|
|
bool LoadPrefs ();
|