summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
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.filters
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.filters')
-rw-r--r--src/core/core.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index b6c1d5b93..135e4c89c 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -165,6 +165,9 @@
<ClCompile Include="arm\interpreter\armcopro.cpp">
<Filter>arm\interpreter</Filter>
</ClCompile>
+ <ClCompile Include="hle\kernel\event.cpp">
+ <Filter>hle\kernel</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">
@@ -295,6 +298,9 @@
<ClInclude Include="hle\kernel\mutex.h">
<Filter>hle\kernel</Filter>
</ClInclude>
+ <ClInclude Include="hle\kernel\event.h">
+ <Filter>hle\kernel</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />