aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2021-03-14 07:26:51 +0000
committerneonloop2021-03-14 07:26:51 +0000
commite401112deb4d2118835e263f5895b2c4ece992b7 (patch)
treeb718f5ccedd883847d8b79402da72d30b1b7725c /Makefile
parentfbac0d5692c5343dd163ba289f80d167dd8582c7 (diff)
downloadpcsx_rearmed-e401112deb4d2118835e263f5895b2c4ece992b7.tar.gz
pcsx_rearmed-e401112deb4d2118835e263f5895b2c4ece992b7.tar.bz2
pcsx_rearmed-e401112deb4d2118835e263f5895b2c4ece992b7.zip
Config and saves go in ~/.pcsx
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8df42cf..07908ed 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# default stuff goes here, so that config can override
TARGET ?= pcsx
-CFLAGS += -Wall -Iinclude -ffast-math
+CFLAGS += -Wall -Iinclude -ffast-math -DPICO_HOME_DIR='"/.pcsx/"'
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -ggdb
@@ -16,7 +16,6 @@ endif
CXXFLAGS += $(CFLAGS)
#DRC_DBG = 1
#PCNT = 1
-PICO_HOME_DIR=".pcsx"
all: config.mak target_ plugins_