mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-27 11:05:28 +01:00
02da650191
- added snes_gx 4.3.4
15 lines
378 B
C
15 lines
378 B
C
/****************************************************************************
|
|
* Snes9x Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2008-2010
|
|
*
|
|
* preferences.h
|
|
*
|
|
* Preferences save/load to XML file
|
|
***************************************************************************/
|
|
|
|
void FixInvalidSettings();
|
|
void DefaultSettings();
|
|
bool SavePrefs (bool silent);
|
|
bool LoadPrefs ();
|