mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
16 lines
400 B
C
16 lines
400 B
C
/****************************************************************************
|
|
* FCE Ultra
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric September 2008
|
|
*
|
|
* preferences.h
|
|
*
|
|
* Preferences save/load preferences utilities
|
|
****************************************************************************/
|
|
|
|
void FixInvalidSettings();
|
|
void DefaultSettings();
|
|
bool SavePrefs (bool silent);
|
|
bool LoadPrefs ();
|