mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
14 lines
378 B
C
14 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 ();
|