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