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