summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-28 02:16:13 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-28 02:16:13 +0200
commitfd69fd03259b71be521aeb69d3f73761b598be8a (patch)
treeb61308daa248cd485aa76c7beaa340c6e6035504 /src/core/core.vcxproj
parentmutex: removed docstring comment that is no longer relevant (diff)
downloadyuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.gz
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.bz2
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.lz
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.xz
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.zst
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.zip
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 f271d336e..efcd30d77 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -168,6 +168,7 @@
<ClCompile Include="hle\config_mem.cpp" />
<ClCompile Include="hle\coprocessor.cpp" />
<ClCompile Include="hle\hle.cpp" />
+ <ClCompile Include="hle\kernel\event.cpp" />
<ClCompile Include="hle\kernel\kernel.cpp" />
<ClCompile Include="hle\kernel\mutex.cpp" />
<ClCompile Include="hle\kernel\thread.cpp" />
@@ -217,6 +218,7 @@
<ClInclude Include="hle\coprocessor.h" />
<ClInclude Include="hle\function_wrappers.h" />
<ClInclude Include="hle\hle.h" />
+ <ClInclude Include="hle\kernel\event.h" />
<ClInclude Include="hle\kernel\kernel.h" />
<ClInclude Include="hle\kernel\mutex.h" />
<ClInclude Include="hle\kernel\thread.h" />