mirror of https://github.com/PCSX2/pcsx2.git
![]() Add 2 attributes to the interfaces functions - externally_visible: avoid gcc to remove the function when lto is enabled - visibility("default"): default == public... Allow to hide all others symbols: see http://gcc.gnu.org/wiki/Visibility for details onepad: * Remove __cplusplus define, everythings is in C * define 2 interfaces functions with EXPORT_C_ instead of CALLBACK. cmake: * add recent added .h files * add fvisibility optimization. Plugins size was reduced of ~10% much more than expected :) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3611 96395faa-99c1-11dd-bbfe-3dabce05a288 |
||
---|---|---|
.. | ||
Linux | ||
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>