summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-26 00:15:35 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-27 22:58:30 +0200
commit8b8c8f4c13c8959853aadf931161f2b867158068 (patch)
treebc7b20495507fdcde69a1ec37d59f3545eca4428 /src/core/core.vcxproj.filters
parentCore: Removed unused directory_file_system and meta_file_system modules. (diff)
downloadyuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.gz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.bz2
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.lz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.xz
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.tar.zst
yuzu-8b8c8f4c13c8959853aadf931161f2b867158068.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 8f1751c5d..37c550d56 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" />