aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-05-20 23:03:45 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-05-20 23:03:45 -0400
commit978e1d4653cd12a68d6bfa05af57edb1645da0f5 (patch)
tree75b5c4bbf272453cc9c37b381ef67e5746df0ea8 /src/core/core.vcxproj
parent08e6a9bf896b386a339fccc65066ee51c8592b9c (diff)
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 6eb58a63..f271d336 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -169,6 +169,7 @@
<ClCompile Include="hle\coprocessor.cpp" />
<ClCompile Include="hle\hle.cpp" />
<ClCompile Include="hle\kernel\kernel.cpp" />
+ <ClCompile Include="hle\kernel\mutex.cpp" />
<ClCompile Include="hle\kernel\thread.cpp" />
<ClCompile Include="hle\service\apt.cpp" />
<ClCompile Include="hle\service\gsp.cpp" />
@@ -217,6 +218,7 @@
<ClInclude Include="hle\function_wrappers.h" />
<ClInclude Include="hle\hle.h" />
<ClInclude Include="hle\kernel\kernel.h" />
+ <ClInclude Include="hle\kernel\mutex.h" />
<ClInclude Include="hle\kernel\thread.h" />
<ClInclude Include="hle\service\apt.h" />
<ClInclude Include="hle\service\gsp.h" />