Skip to content

Commit

Permalink
Remove CDVDPeops and PeopsSPU2. (PCSX2#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcum42 authored Jan 4, 2019
1 parent 54f8aca commit c58acd1
Show file tree
Hide file tree
Showing 114 changed files with 1 addition and 25,717 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*.dump

*.asm
!/plugins/CDVDpeops/i386.asm
!/plugins/zerogs/dx/x86-32.asm
!/plugins/zerogs/dx/x86-64.asm
!/plugins/zerogs/opengl/x86-32.asm
Expand Down Expand Up @@ -96,7 +95,6 @@ oprofile_data/
/3rdparty/**/wx/msw/rcdefs.h
/pcsx2/gui/Resources/*.h
!/pcsx2/gui/Resources/EmbeddedImage.h
/plugins/CDVDolio/Template
/plugins/GSdx/Template
/plugins/USBqemu/Win32/bin
/plugins/xpad/Template
Expand Down
5 changes: 0 additions & 5 deletions cmake/SelectPcsx2Plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,7 @@ if(GTKn_FOUND)
endif()
#---------------------------------------

#-------------------------------------------------------------------------------
# Super-seeded by cdvdGigaherz
set(CDVDpeops FALSE)

# [TODO] Write CMakeLists.txt for these plugins. (or not ;) )
set(PeopsSPU2 FALSE)
set(SSSPSXPAD FALSE)
set(xpad FALSE)
#-------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion debian-packager/create_built_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 PeopsSPU2 SSSPSXPAD USBqemu xpad zerogs zerospu2
for plugin in CDVDiso SSSPSXPAD USBqemu xpad zerogs zerospu2
do
rm -fr $LOCAL_REPO/plugins/$plugin
done
Expand Down
5 changes: 0 additions & 5 deletions linux_various/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,9 @@ fi
files=`git diff --name-only --diff-filter=ACMRT $diff_range -- $PWD | \
grep "\.\(c\|h\|inl\|cpp\|hpp\)$" | \
grep -v "${1}pcsx2/" | \
grep -v "${1}plugins/CDVDisoEFP/" | \
grep -v "${1}plugins/CDVDlinuz/" | \
grep -v "${1}plugins/CDVDolio/" | \
grep -v "${1}plugins/CDVDpeops/" | \
grep -v "${1}plugins/dev9ghzdrk/" | \
grep -v "${1}plugins/GSdx/" | \
grep -v "${1}plugins/GSdx_legacy/" | \
grep -v "${1}plugins/PeopsSPU2/" | \
grep -v "${1}plugins/SSSPSXPAD/" | \
grep -v "${1}plugins/USBqemu/" | \
grep -v "${1}plugins/xpad/" | \
Expand Down
Loading

0 comments on commit c58acd1

Please sign in to comment.