summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-20 23:03:45 -0400
committerGravatar bunnei2014-05-20 23:03:45 -0400
commit978e1d4653cd12a68d6bfa05af57edb1645da0f5 (patch)
tree75b5c4bbf272453cc9c37b381ef67e5746df0ea8 /src/core/core.vcxproj
parentsvc: added some comments (diff)
downloadyuzu-978e1d4653cd12a68d6bfa05af57edb1645da0f5.tar.gz
yuzu-978e1d4653cd12a68d6bfa05af57edb1645da0f5.tar.xz
yuzu-978e1d4653cd12a68d6bfa05af57edb1645da0f5.zip
mutex: initial commit of HLE module
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 6eb58a636..f271d336e 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -169,6 +169,7 @@
169 <ClCompile Include="hle\coprocessor.cpp" /> 169 <ClCompile Include="hle\coprocessor.cpp" />
170 <ClCompile Include="hle\hle.cpp" /> 170 <ClCompile Include="hle\hle.cpp" />
171 <ClCompile Include="hle\kernel\kernel.cpp" /> 171 <ClCompile Include="hle\kernel\kernel.cpp" />
172 <ClCompile Include="hle\kernel\mutex.cpp" />
172 <ClCompile Include="hle\kernel\thread.cpp" /> 173 <ClCompile Include="hle\kernel\thread.cpp" />
173 <ClCompile Include="hle\service\apt.cpp" /> 174 <ClCompile Include="hle\service\apt.cpp" />
174 <ClCompile Include="hle\service\gsp.cpp" /> 175 <ClCompile Include="hle\service\gsp.cpp" />
@@ -217,6 +218,7 @@
217 <ClInclude Include="hle\function_wrappers.h" /> 218 <ClInclude Include="hle\function_wrappers.h" />
218 <ClInclude Include="hle\hle.h" /> 219 <ClInclude Include="hle\hle.h" />
219 <ClInclude Include="hle\kernel\kernel.h" /> 220 <ClInclude Include="hle\kernel\kernel.h" />
221 <ClInclude Include="hle\kernel\mutex.h" />
220 <ClInclude Include="hle\kernel\thread.h" /> 222 <ClInclude Include="hle\kernel\thread.h" />
221 <ClInclude Include="hle\service\apt.h" /> 223 <ClInclude Include="hle\service\apt.h" />
222 <ClInclude Include="hle\service\gsp.h" /> 224 <ClInclude Include="hle\service\gsp.h" />