From 689578dcb63d0adf7e6400e140d22ba5a334cc14 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 15 Aug 2021 22:44:04 +0000 Subject: Fixes profile path for pcsx_rearmed --- patches/pcsx_rearmed/1000-trimui-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/pcsx_rearmed/1000-trimui-support.patch b/patches/pcsx_rearmed/1000-trimui-support.patch index 5d41184..436919a 100644 --- a/patches/pcsx_rearmed/1000-trimui-support.patch +++ b/patches/pcsx_rearmed/1000-trimui-support.patch @@ -48,10 +48,10 @@ index 1ecd359..432d700 100644 MAIN_LDLIBS += $(LIBPTHREAD) $(LIBM) $(LIBDL) $(LIBZ) +ifeq ($(PROFILE), GENERATE) -+ CFLAGS += -fprofile-generate=./profile/gpsp ++ CFLAGS += -fprofile-generate=./profile/pcsx_rearmed + LDFLAGS += -lgcov +else ifeq ($(PROFILE), APPLY) -+ CFLAGS += -fprofile-use -fprofile-dir=../profile/gpsp -fbranch-probabilities ++ CFLAGS += -fprofile-use -fprofile-dir=../profile/pcsx_rearmed -fbranch-probabilities +endif + # enable large file support if available -- cgit v1.2.3