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