vbagx/source/ngc/preferences.h
Carl.Kenner 16e3e02d15 GB Palette editing (saving doesn't work yet).
More built-in palettes.
Palettes now fade to white correctly instead of getting brighter.
Star Wars, TMNT, Lord Of The Rings, Wii Controls.
Some (disabled) logging functions.
2009-05-27 17:31:18 +00:00

15 lines
415 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (bool silent);
bool LoadPrefs ();
bool SavePalette (bool silent, const char *gameName);
bool LoadPalette (const char *gameName);