aboutsummaryrefslogtreecommitdiff
path: root/frontend/config.h
diff options
context:
space:
mode:
authornotaz2010-11-17 01:08:49 +0200
committernotaz2010-11-17 01:08:49 +0200
commit80c2304e511b5463b5046f7ff1c49103c786755f (patch)
tree26ee0cc7e1146beae6bcac3df52ba29512441787 /frontend/config.h
parentaa1fc44b4532dc68be2482730a275f8a3ba8a039 (diff)
downloadpcsx_rearmed-80c2304e511b5463b5046f7ff1c49103c786755f.tar.gz
pcsx_rearmed-80c2304e511b5463b5046f7ff1c49103c786755f.tar.bz2
pcsx_rearmed-80c2304e511b5463b5046f7ff1c49103c786755f.zip
minimal working gtk-less build
..only works with external plugins
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
+