Skip to content

Commit

Permalink
misc: Remove more leftover stuff from plugins merge.
Browse files Browse the repository at this point in the history
Bonus: Remove old_plugins solution.
  • Loading branch information
lightningterror committed Nov 18, 2020
1 parent 2753628 commit f2fa60e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 207 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ oprofile_data/
/pcsx2/gui/Resources/*.h
!/pcsx2/gui/Resources/EmbeddedImage.h
/plugins/GSdx/Template
/plugins/USBqemu/Win32/bin
/tools/bin
.vs

Expand Down
4 changes: 2 additions & 2 deletions debian-packager/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Copyright:
2010-2012 Miguel Colon <[email protected]>
License: LGPL-3

Files: pcsx2/* common/* plugins/PadNull/Pad* plugins/USBnull/* plugins/GSnull/*
Files: pcsx2/* common/* plugins/PadNull/Pad* plugins/GSnull/*
Copyright: 2002-2012 PCSX2 Dev Team
License: LGPL-3+

Files: pcsx2/Mdec.cpp pcsx2/Mdec.h pcsx2/RDebug/deci2_drfp.cpp pcsx2/IPU/mpeg2lib/* pcsx2/cheatscpp.h common/include/api/* plugins/onepad/* plugins/PadNull/Linux/* plugins/SPU2null/* plugins/GSnull/Registers.h plugins/GSnull/Linux/Linux* plugins/GSnull/Linux/Config* plugins/dev9null/DEV9.h plugins/dev9null/Config.*
Files: pcsx2/Mdec.cpp pcsx2/Mdec.h pcsx2/RDebug/deci2_drfp.cpp pcsx2/IPU/mpeg2lib/* pcsx2/cheatscpp.h common/include/api/* plugins/onepad/* plugins/PadNull/Linux/* plugins/SPU2null/* plugins/GSnull/Registers.h plugins/GSnull/Linux/Linux* plugins/GSnull/Linux/Config*
Copyright: 2002-2012 PCSX2 Dev Team
License: GPL-2+

Expand Down
11 changes: 0 additions & 11 deletions debian-packager/create_built_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ remove_3rdparty()
rm -fr $LOCAL_REPO/tools
}

remove_not_yet_free_plugin()
{
echo "Remove non free plugins"
# remove also deprecated plugins
for plugin in USBqemu
do
rm -fr $LOCAL_REPO/plugins/$plugin
done
}

remove_remaining_non_free_file()
{
echo "Remove remaining non free file. TODO UPSTREAM"
Expand All @@ -113,7 +103,6 @@ remove_dot_git()
######################################################################
download_orig $BRANCH
remove_3rdparty
remove_not_yet_free_plugin
remove_remaining_non_free_file

get_git_version
Expand Down
1 change: 0 additions & 1 deletion linux_various/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ 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/GSdx/" | \
grep -v "${1}plugins/USBqemu/" | \
\
grep -v "/resource.h" | \
grep -v "3rdparty/" | \
Expand Down
192 changes: 0 additions & 192 deletions old_plugins.sln

This file was deleted.

0 comments on commit f2fa60e

Please sign in to comment.