From da710571b75db7031b82924ab3ad47eb645ce215 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 30 Nov 2012 02:51:45 +0200 Subject: mave plugin and core shared includes to single location --- include/config.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/config.h (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h new file mode 100644 index 0000000..dcfb598 --- /dev/null +++ b/include/config.h @@ -0,0 +1,7 @@ +#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 -- cgit v1.2.3 From 89f33b734d7d540c7fa26f6556ef9ec49eb3008a Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Dec 2012 00:36:34 +0200 Subject: rm x86 and ppc dynarec remains that code is broken and unmaintained in this fork, which now relies on new_dynarec instead. It's better to merge Ari64's new_dynarec x86 code if x86 support is desired. --- include/config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index dcfb598..ce2f3ea 100644 --- a/include/config.h +++ b/include/config.h @@ -1,7 +1,2 @@ #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 -- cgit v1.2.3