summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-27 20:16:13 -0400
committerGravatar bunnei2014-05-27 20:16:13 -0400
commitfd69fd03259b71be521aeb69d3f73761b598be8a (patch)
treeb61308daa248cd485aa76c7beaa340c6e6035504 /src/core/core.vcxproj
parentmutex: removed docstring comment that is no longer relevant (diff)
downloadyuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.gz
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.tar.xz
yuzu-fd69fd03259b71be521aeb69d3f73761b598be8a.zip
kernel: added event module to support creation of CTR "Event" objects
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 @@
168 <ClCompile Include="hle\config_mem.cpp" /> 168 <ClCompile Include="hle\config_mem.cpp" />
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\event.cpp" />
171 <ClCompile Include="hle\kernel\kernel.cpp" /> 172 <ClCompile Include="hle\kernel\kernel.cpp" />
172 <ClCompile Include="hle\kernel\mutex.cpp" /> 173 <ClCompile Include="hle\kernel\mutex.cpp" />
173 <ClCompile Include="hle\kernel\thread.cpp" /> 174 <ClCompile Include="hle\kernel\thread.cpp" />
@@ -217,6 +218,7 @@
217 <ClInclude Include="hle\coprocessor.h" /> 218 <ClInclude Include="hle\coprocessor.h" />
218 <ClInclude Include="hle\function_wrappers.h" /> 219 <ClInclude Include="hle\function_wrappers.h" />
219 <ClInclude Include="hle\hle.h" /> 220 <ClInclude Include="hle\hle.h" />
221 <ClInclude Include="hle\kernel\event.h" />
220 <ClInclude Include="hle\kernel\kernel.h" /> 222 <ClInclude Include="hle\kernel\kernel.h" />
221 <ClInclude Include="hle\kernel\mutex.h" /> 223 <ClInclude Include="hle\kernel\mutex.h" />
222 <ClInclude Include="hle\kernel\thread.h" /> 224 <ClInclude Include="hle\kernel\thread.h" />