mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
672f1ac0ba
reset preferences now resets control mappings improved SMB
14 lines
357 B
C
14 lines
357 B
C
/****************************************************************************
|
|
* FCE Ultra 0.98.12
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric September 2008
|
|
*
|
|
* preferences.h
|
|
*
|
|
* Preferences save/load preferences utilities
|
|
****************************************************************************/
|
|
|
|
bool SavePrefs (bool silent);
|
|
bool LoadPrefs ();
|