vbagx/source/ngc/vbaconfig.h

19 lines
392 B
C
Raw Normal View History

/****************************************************************************
2008-09-17 04:27:55 +02:00
* Visual Boy Advance GX
*
* Tantric September 2008
*
2008-09-17 04:27:55 +02:00
* vbaconfig.h
*
2008-09-17 04:27:55 +02:00
* Configuration parameters are here for easy maintenance
***************************************************************************/
#ifndef _VBACONFIG_
#define _VBACONFIG_
2009-04-08 09:08:12 +02:00
void FixInvalidSettings();
void DefaultSettings ();
#endif