vbagx/source/ngc/vbaconfig.h
2009-04-08 07:08:12 +00:00

19 lines
392 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric September 2008
*
* vbaconfig.h
*
* Configuration parameters are here for easy maintenance
***************************************************************************/
#ifndef _VBACONFIG_
#define _VBACONFIG_
void FixInvalidSettings();
void DefaultSettings ();
#endif