diff --git a/desmume/src/config.h b/desmume/src/config.h new file mode 100644 index 000000000..0cf1b3de7 --- /dev/null +++ b/desmume/src/config.h @@ -0,0 +1,9 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#include + +#include "log.h" + +#endif /*__CONFIG_H__*/ +