pcsx2/common/svn_readme.txt
Miguel A. Colón Vélez 6462393aaf Introduce end-of-line normalization
Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com>
2015-08-04 23:52:48 +02:00

17 lines
611 B
Plaintext

Folder: vsprops/
Contains Win32-specific build scripts and .vsprops files for use by Win32 projects
of our many (many!) plugins.
Folder: include/
Houses the common include files for various shared portions of Pcsx2 code. The most
significant are the PS2Edefs / PS2Etypes files (plugin APIs). Other code snippets\
and generic usefuls may be added at a later date.
Folder: src/
Source code for snippets and libs maintained by the Pcsx2 Team. Code is compiled into
libs, which are found in /deps. (automatically included into your plugin linker
search path if you use the common/vsprops/)