vbagx/source/preferences.h

19 lines
516 B
C
Raw Normal View History

/****************************************************************************
2008-09-17 04:27:55 +02:00
* Visual Boy Advance GX
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (bool silent);
bool LoadPrefs ();
2010-01-25 22:06:27 +01:00
void FixInvalidSettings();
void DefaultSettings ();
bool SavePalettes (bool silent);
bool LoadPalettes();
void SetPalette(const char *gameName);
bool SavePaletteAs(bool silent, const char *name);