1 |
# Plugins |
2 |
|
3 |
# make cdvdGigaherz |
4 |
#if(cdvdGigaherz) |
5 |
# add_subdirectory(cdvdGigaherz) |
6 |
#endif(cdvdGigaherz) |
7 |
|
8 |
# make CDVDiso |
9 |
if(CDVDiso) |
10 |
add_subdirectory(CDVDiso) |
11 |
endif(CDVDiso) |
12 |
|
13 |
# make CDVDisoEFP |
14 |
if(CDVDisoEFP) |
15 |
add_subdirectory(CDVDisoEFP) |
16 |
endif(CDVDisoEFP) |
17 |
|
18 |
# make CDVDlinuz |
19 |
if(CDVDlinuz) |
20 |
add_subdirectory(CDVDlinuz) |
21 |
endif(CDVDlinuz) |
22 |
|
23 |
# make CDVDnull |
24 |
if(CDVDnull) |
25 |
add_subdirectory(CDVDnull) |
26 |
endif(CDVDnull) |
27 |
|
28 |
# make CDVDolio |
29 |
if(CDVDolio) |
30 |
add_subdirectory(CDVDolio) |
31 |
endif(CDVDolio) |
32 |
|
33 |
# make CDVDpeops |
34 |
#if(CDVDpeops) |
35 |
# add_subdirectory(CDVDpeops) |
36 |
#endif(CDVDpeops) |
37 |
|
38 |
# make dev9null |
39 |
if(dev9null) |
40 |
add_subdirectory(dev9null) |
41 |
endif(dev9null) |
42 |
|
43 |
# make FWnull |
44 |
if(FWnull) |
45 |
add_subdirectory(FWnull) |
46 |
endif(FWnull) |
47 |
|
48 |
# make GSdx |
49 |
#if(GSdx) |
50 |
# add_subdirectory(GSdx) |
51 |
#endif(GSdx) |
52 |
|
53 |
# make GSnull |
54 |
if(GSnull) |
55 |
add_subdirectory(GSnull) |
56 |
endif(GSnull) |
57 |
|
58 |
# make LilyPad |
59 |
#if(LilyPad) |
60 |
# add_subdirectory(LilyPad) |
61 |
#endif(LilyPad) |
62 |
|
63 |
# make onepad |
64 |
if(onepad) |
65 |
add_subdirectory(onepad) |
66 |
endif(onepad) |
67 |
|
68 |
# make PadNull |
69 |
if(PadNull) |
70 |
add_subdirectory(PadNull) |
71 |
endif(PadNull) |
72 |
|
73 |
# make PeopsSPU2 |
74 |
if(PeopsSPU2) |
75 |
add_subdirectory(PeopsSPU2) |
76 |
endif(PeopsSPU2) |
77 |
|
78 |
# make SPU2null |
79 |
if(SPU2null) |
80 |
add_subdirectory(SPU2null) |
81 |
endif(SPU2null) |
82 |
|
83 |
# make spu2-x |
84 |
if(spu2-x) |
85 |
add_subdirectory(spu2-x) |
86 |
endif(spu2-x) |
87 |
|
88 |
# make SSSPSXPAD |
89 |
#if(SSSPSXPAD) |
90 |
# add_subdirectory(SSSPSXPAD) |
91 |
#endif(SSSPSXPAD) |
92 |
|
93 |
# make USBnull |
94 |
if(USBnull) |
95 |
add_subdirectory(USBnull) |
96 |
endif(USBnull) |
97 |
|
98 |
# make xpad |
99 |
#if(xpad) |
100 |
# add_subdirectory(xpad) |
101 |
#endif(xpad) |
102 |
|
103 |
# make zerogs |
104 |
#if(zerogs) |
105 |
# add_subdirectory(zerogs) |
106 |
#endif(zerogs) |
107 |
|
108 |
# make zzogl-pg |
109 |
if(zzogl) |
110 |
add_subdirectory(zzogl-pg) |
111 |
endif(zzogl) |
112 |
|
113 |
# make zeropad |
114 |
if(zeropad) |
115 |
add_subdirectory(zeropad) |
116 |
endif(zeropad) |
117 |
|
118 |
# make zerospu2 |
119 |
if(zerospu2) |
120 |
add_subdirectory(zerospu2) |
121 |
endif(zerospu2) |
122 |
|