mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 16:35:11 +01:00
19 lines
392 B
C
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
|