mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-26 16:41:55 +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
|