2008-09-02 01:57:21 +00:00
|
|
|
/****************************************************************************
|
2009-07-22 02:05:49 +00:00
|
|
|
* FCE Ultra
|
2008-09-02 01:57:21 +00:00
|
|
|
* Nintendo Wii/Gamecube Port
|
|
|
|
*
|
2009-03-28 17:23:08 +00:00
|
|
|
* Tantric 2008-2009
|
2008-09-02 01:57:21 +00:00
|
|
|
*
|
|
|
|
* fceuconfig.h
|
|
|
|
*
|
|
|
|
* Configuration parameters
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _FCEUCONFIG_H_
|
|
|
|
#define _FCEUCONFIG_H_
|
|
|
|
|
2009-03-28 17:23:08 +00:00
|
|
|
void FixInvalidSettings();
|
|
|
|
void DefaultSettings();
|
2008-09-02 01:57:21 +00:00
|
|
|
|
|
|
|
#endif
|