aboutsummaryrefslogtreecommitdiff
path: root/frontend/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/config.h')
-rw-r--r--frontend/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/config.h b/frontend/config.h
new file mode 100644
index 0000000..84e40f6
--- /dev/null
+++ b/frontend/config.h
@@ -0,0 +1,8 @@
+#define MAXPATHLEN 256
+#define NOPSXREC
+#define __LINUX__
+#define PACKAGE_NAME "pcsx"
+#define PACKAGE_VERSION "1.9"
+#define DEF_PLUGIN_DIR "."
+#define EMU_LOG printf
+