mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
15 lines
378 B
C
15 lines
378 B
C
/****************************************************************************
|
|
* Snes9x Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2008-2010
|
|
*
|
|
* preferences.h
|
|
*
|
|
* Preferences save/load to XML file
|
|
***************************************************************************/
|
|
|
|
void FixInvalidSettings();
|
|
void DefaultSettings();
|
|
bool SavePrefs (bool silent);
|
|
bool LoadPrefs ();
|