vbagx/source/ngc/vbaconfig.h
dborth c42a5d40a7 [1.0.9 - April 7, 2009]
* Gamecube controller should no longer rumble constantly
2009-04-10 03:19:29 +00:00

18 lines
365 B
C

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