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