X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fconfig.h;h=340cc2f9d3c532030ee42c18ab269a9905b1d471;hb=8c84ba5f4478dd4e7cc48e86f1b023bc6b99ea9c;hp=dcfb5984c44ac7dce72d476bb51b296d6b22c02b;hpb=da710571b75db7031b82924ab3ad47eb645ce215;p=pcsx_rearmed.git diff --git a/include/config.h b/include/config.h index dcfb5984..340cc2f9 100644 --- a/include/config.h +++ b/include/config.h @@ -1,7 +1,7 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + #define MAXPATHLEN 256 -//#define NOPSXREC -#define __LINUX__ 1 -#define PACKAGE_NAME "pcsx" -#define PACKAGE_VERSION "1.9" -#define DEF_PLUGIN_DIR "." -//#define EMU_LOG printf +#define PCSX_VERSION "1.9" + +#endif /* __CONFIG_H__ */