diff options
author | neonloop | 2021-08-15 22:44:04 +0000 |
---|---|---|
committer | neonloop | 2021-08-15 22:44:04 +0000 |
commit | 689578dcb63d0adf7e6400e140d22ba5a334cc14 (patch) | |
tree | 50a3e86cb685cfe3556ff86fca0c4b9e9f006326 /patches/pcsx_rearmed | |
parent | ac7b0281105d2b19ff96f68293416ee1e964fefe (diff) | |
download | picoarch-689578dcb63d0adf7e6400e140d22ba5a334cc14.tar.gz picoarch-689578dcb63d0adf7e6400e140d22ba5a334cc14.tar.bz2 picoarch-689578dcb63d0adf7e6400e140d22ba5a334cc14.zip |
Fixes profile path for pcsx_rearmed
Diffstat (limited to 'patches/pcsx_rearmed')
-rw-r--r-- | patches/pcsx_rearmed/1000-trimui-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |