mirror of https://github.com/PCSX2/pcsx2.git
Enable dev9ghzdrk plugin for Linux build
This commit is contained in:
parent
201e7d1430
commit
904ffb5d20
|
@ -13,11 +13,13 @@ Build-Depends: cmake (>= 2.8.5),
|
|||
liblzma-dev,
|
||||
libpng12-dev | libpng-dev,
|
||||
libpulse-dev,
|
||||
libpcap0.8-dev,
|
||||
libsdl2-dev,
|
||||
libsoundtouch-dev,
|
||||
libwxbase3.0-dev,
|
||||
libwxgtk3.0-dev,
|
||||
libx11-dev,
|
||||
libxml2-dev,
|
||||
locales | locales-all,
|
||||
portaudio19-dev,
|
||||
zlib1g-dev
|
||||
|
|
|
@ -91,7 +91,7 @@ remove_not_yet_free_plugin()
|
|||
{
|
||||
echo "Remove non free plugins"
|
||||
# remove also deprecated plugins
|
||||
for plugin in CDVDiso CDVDisoEFP CDVDlinuz CDVDolio CDVDpeops dev9ghzdrk PeopsSPU2 SSSPSXPAD USBqemu xpad zerogs zerospu2
|
||||
for plugin in CDVDiso CDVDisoEFP CDVDlinuz CDVDolio CDVDpeops PeopsSPU2 SSSPSXPAD USBqemu xpad zerogs zerospu2
|
||||
do
|
||||
rm -fr $LOCAL_REPO/plugins/$plugin
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue