summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-26 23:58:44 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-27 22:58:30 +0200
commit48e39fc9928f3dabc1954c1acb650d2f57f6a491 (patch)
treecf3143a421d90c47cc1ca3e33c6acae844b57434 /src/core/core.vcxproj.filters
parentKernel: Added stubbed code to support creation of kernel Archive objects. (diff)
downloadyuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.gz
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.bz2
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.lz
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.xz
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.tar.zst
yuzu-48e39fc9928f3dabc1954c1acb650d2f57f6a491.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 37c550d56..39a3cdc4b 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -173,6 +173,9 @@
<ClCompile Include="hle\kernel\archive.cpp">
<Filter>hle\kernel</Filter>
</ClCompile>
+ <ClCompile Include="hle\service\fs.cpp">
+ <Filter>hle\service</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="arm\disassembler\arm_disasm.h">
@@ -308,6 +311,9 @@
<ClInclude Include="hle\kernel\archive.h">
<Filter>hle\kernel</Filter>
</ClInclude>
+ <ClInclude Include="hle\service\fs.h">
+ <Filter>hle\service</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />