mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-28 10:15:27 +01:00
13 lines
349 B
C
13 lines
349 B
C
|
/****************************************************************************
|
||
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||
|
*
|
||
|
* Tantric September 2008
|
||
|
*
|
||
|
* preferences.h
|
||
|
*
|
||
|
* Preferences save/load to XML file
|
||
|
***************************************************************************/
|
||
|
|
||
|
bool SavePrefs (int method, bool silent);
|
||
|
bool LoadPrefs ();
|