diff options
| author | notaz | 2012-12-02 00:36:34 +0200 |
|---|---|---|
| committer | notaz | 2012-12-02 02:37:11 +0200 |
| commit | 89f33b734d7d540c7fa26f6556ef9ec49eb3008a (patch) | |
| tree | 1084e3198b145776dfa594260ef18591321b925b /include | |
| parent | 665f33e1e8ce2e40a7939a33075c3bce1c90790c (diff) | |
| download | pcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.tar.gz pcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.tar.bz2 pcsx_rearmed-89f33b734d7d540c7fa26f6556ef9ec49eb3008a.zip | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
