mirror of https://github.com/PCSX2/pcsx2.git
b20433c0be
find . -name *.vcxproj -exec sed -i -e '/user.props/d' {} \; Microsoft recommends against using .user files. From https://msdn.microsoft.com/en-us/library/669zx6zc.aspx : "The best practice is to delete the reference to them in Property Manager to ensure that your projects operate independently of any per-user, per-computer settings. This is important to ensure correct behaviour in a SCC (source code control) environment." If you cannot compile SPU2-X after this commit (since that still relies on the old DirectX SDK), you'll need to fix your build environment. |
||
---|---|---|
.. | ||
Windows | ||
CDVD.cpp | ||
CDVD.h | ||
CMakeLists.txt | ||
ReadMe.txt |
ReadMe.txt
CDVDnull v0.6 --------------- This is an extension to use with playstation2 emulators as PCSX2 (only one right now). The plugin is free open source code. Using: ----- Place the file "CDVDnull.dll" at the Plugins directory of the Emulator to use it. Changes: ------- v0.6: * added vsnet2003 project files. * added support for functions in new plugin version v0.5: * added vsnet2005beta1 project files. 64bit plugin should be okay now (Not tested!) v0.4: * updated to 0.4.3 specifications v0.3: * updated to 0.4.0 specifications v0.2: * add the 0.2.9 specifications * CDVDopen refixed v0.1: * First Release * Tested with Pcsx2 Authors: ------- <linuzappz@hotmail.com> <shadowpcsx2@yahoo.gr>