summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj.filters
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
committerShizZy <shizzy@6bit.net>2013-09-06 00:33:46 +0200
commitd708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch)
tree72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/core/core.vcxproj.filters
parentadded ipch/ folder (MSVS generated) to .gitignore (diff)
downloadyuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.gz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.bz2
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.lz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.xz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.zst
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.zip
Diffstat (limited to 'src/core/core.vcxproj.filters')
-rw-r--r--src/core/core.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj.filters b/src/core/core.vcxproj.filters
index 3c0ae8786..9d981b995 100644
--- a/src/core/core.vcxproj.filters
+++ b/src/core/core.vcxproj.filters
@@ -5,6 +5,7 @@
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp">
<Filter>arm\disassembler</Filter>
</ClCompile>
+ <ClCompile Include="src\mem_map.cpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="arm">
@@ -18,5 +19,7 @@
<ClInclude Include="src\arm\disassembler\arm_disasm.h">
<Filter>arm\disassembler</Filter>
</ClInclude>
+ <ClInclude Include="src\mem_map.h" />
+ <ClInclude Include="src\core.h" />
</ItemGroup>
</Project> \ No newline at end of file