aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-06-25 18:15:35 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-06-27 16:58:30 -0400
commit8b8c8f4c13c8959853aadf931161f2b867158068 (patch)
treebc7b20495507fdcde69a1ec37d59f3545eca4428 /src/core/core.vcxproj.filters
parent0cc3e85685496f1dd5b742c42d0b2903b9f0c735 (diff)
Kernel: Added stubbed code to support creation of kernel Archive objects.
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 8f1751c5..37c550d5 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -170,6 +170,9 @@
<ClCompile Include="loader\elf.cpp">
<Filter>loader</Filter>
</ClCompile>
+ <ClCompile Include="hle\kernel\archive.cpp">
+ <Filter>hle\kernel</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">
@@ -302,6 +305,9 @@
<ClInclude Include="loader\elf.h">
<Filter>loader</Filter>
</ClInclude>
+ <ClInclude Include="hle\kernel\archive.h">
+ <Filter>hle\kernel</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />