diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-08 23:18:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-08 23:18:34 +0000 |
commit | 4aa1436db5592a1df2c3abfdaaddf9b4bbffe809 (patch) | |
tree | 3727783bcdd209e99f07032eeacb2c703263bade /emulators/ppsspp | |
parent | 7b8e72fd60a17e8e03fc1c0e0e1e0ff43b022053 (diff) |
Notes
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index de2b6673a174..0eefb64f9720 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -57,7 +57,7 @@ OPTIONS_DEFAULT=VULKAN OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT5 SDL OPTIONS_SLAVE?= LIBRETRO SDL -OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} +OPTIONS_EXCLUDE:= ${OPTIONS_EXCLUDE} ${OPTIONS_SINGLE_GUI} LIBRETRO_DESC= libretro core for games/retroarch LIBRETRO_CMAKE_BOOL= LIBRETRO |