mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
6ff361a2cd
misc bug fixes function cleanup
14 lines
381 B
C
14 lines
381 B
C
/****************************************************************************
|
|
* Snes9x 1.50
|
|
*
|
|
* Nintendo Gamecube Port
|
|
* crunchy2 April 2007
|
|
*
|
|
* preferences.cpp
|
|
*
|
|
* Preferences save/load preferences utilities
|
|
****************************************************************************/
|
|
|
|
bool SavePrefs (int method, bool silent);
|
|
bool LoadPrefs (int method, bool silent);
|