mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
19 lines
407 B
C
19 lines
407 B
C
/****************************************************************************
|
|
* FCE Ultra 0.98.12
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* Tantric 2008-2009
|
|
*
|
|
* fceuconfig.h
|
|
*
|
|
* Configuration parameters
|
|
****************************************************************************/
|
|
|
|
#ifndef _FCEUCONFIG_H_
|
|
#define _FCEUCONFIG_H_
|
|
|
|
void FixInvalidSettings();
|
|
void DefaultSettings();
|
|
|
|
#endif
|