summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-24 04:04:56 +0200
committerShizZy <shizzy@6bit.net>2013-09-24 04:04:56 +0200
commit29cdc1df39c81d7a001053ffca4aa1bc194a3c7b (patch)
tree17268fe563ea3c1cfc3812c7ac78de6f60fb3f0c /src/core/core.vcxproj
parentremoved unused commented-out code (diff)
downloadyuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.gz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.bz2
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.lz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.xz
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.tar.zst
yuzu-29cdc1df39c81d7a001053ffca4aa1bc194a3c7b.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 4ae1cb234..11e31c8f5 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -137,7 +137,6 @@
<ClCompile Include="src\arm\arminit.cpp" />
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
<ClCompile Include="src\core.cpp" />
- <ClCompile Include="src\file_sys\file_sys_directory.cpp" />
<ClCompile Include="src\loader.cpp" />
<ClCompile Include="src\mem_map.cpp" />
<ClCompile Include="src\mem_map_funcs.cpp" />
@@ -157,8 +156,6 @@
<ClInclude Include="src\arm\mmu\wb.h" />
<ClInclude Include="src\arm\skyeye_defs.h" />
<ClInclude Include="src\core.h" />
- <ClInclude Include="src\file_sys\file_sys.h" />
- <ClInclude Include="src\file_sys\file_sys_directory.h" />
<ClInclude Include="src\loader.h" />
<ClInclude Include="src\mem_map.h" />
</ItemGroup>