From e401112deb4d2118835e263f5895b2c4ece992b7 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 14 Mar 2021 07:26:51 +0000 Subject: Config and saves go in ~/.pcsx --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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_ -- cgit v1.2.3