mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
16e3e02d15
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.
15 lines
415 B
C
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);
|