vbagx/source/preferences.h
2023-01-30 14:08:08 -07:00

19 lines
511 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric 2008-2023
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (bool silent);
bool LoadPrefs ();
void FixInvalidSettings();
void DefaultSettings ();
bool SavePalettes (bool silent);
bool LoadPalettes();
void SetPalette(const char *gameName);
bool SavePaletteAs(bool silent, const char *name);