2008-09-16 07:42:21 +02:00
|
|
|
/****************************************************************************
|
2008-09-17 04:27:55 +02:00
|
|
|
* Visual Boy Advance GX
|
2008-09-16 07:42:21 +02:00
|
|
|
*
|
|
|
|
* Tantric September 2008
|
|
|
|
*
|
|
|
|
* preferences.h
|
|
|
|
*
|
|
|
|
* Preferences save/load to XML file
|
|
|
|
***************************************************************************/
|
|
|
|
|
2008-12-19 00:21:51 +01:00
|
|
|
bool SavePrefs (bool silent);
|
2008-09-16 07:42:21 +02:00
|
|
|
bool LoadPrefs ();
|
2009-05-27 19:31:18 +02:00
|
|
|
bool SavePalette (bool silent, const char *gameName);
|
|
|
|
bool LoadPalette (const char *gameName);
|