2008-08-06 03:09:59 +02:00
|
|
|
/****************************************************************************
|
2008-09-12 07:28:40 +02:00
|
|
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
2008-08-06 03:09:59 +02:00
|
|
|
*
|
|
|
|
* softdev July 2006
|
2008-09-12 07:28:40 +02:00
|
|
|
* crunchy2 May 2007
|
2008-09-23 06:13:33 +02:00
|
|
|
* Michniewski 2008
|
2009-03-17 06:09:45 +01:00
|
|
|
* Tantric 2008-2009
|
2008-08-06 03:09:59 +02:00
|
|
|
*
|
|
|
|
* s9xconfig.h
|
|
|
|
*
|
2008-09-12 07:28:40 +02:00
|
|
|
* Configuration parameters are here for easy maintenance.
|
2008-08-06 03:09:59 +02:00
|
|
|
* Refer to Snes9x.h for all combinations.
|
|
|
|
* The defaults used here are taken directly from porting.html
|
2008-09-12 07:28:40 +02:00
|
|
|
***************************************************************************/
|
2008-08-06 03:09:59 +02:00
|
|
|
|
|
|
|
#ifndef _S9XCONFIG_
|
|
|
|
#define _S9XCONFIG_
|
|
|
|
|
2009-03-17 06:09:45 +01:00
|
|
|
void FixInvalidSettings();
|
2009-03-28 20:03:35 +01:00
|
|
|
void DefaultSettings();
|
2008-08-06 03:09:59 +02:00
|
|
|
|
|
|
|
#endif
|