mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 16:35:16 +01:00
fad4a5a114
Pref XML now formatted
21 lines
498 B
C
21 lines
498 B
C
/****************************************************************************
|
|
* Snes9x 1.50
|
|
*
|
|
* Nintendo Gamecube Port
|
|
* softdev July 2006
|
|
*
|
|
* s9xconfig.h
|
|
*
|
|
* Configuration parameters have been moved here for easier maintenance.
|
|
* Refer to Snes9x.h for all combinations.
|
|
* The defaults used here are taken directly from porting.html
|
|
****************************************************************************/
|
|
|
|
#ifndef _S9XCONFIG_
|
|
|
|
#define _S9XCONFIG_
|
|
|
|
void DefaultSettings ();
|
|
|
|
#endif
|