summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-26 03:03:42 +0200
committerShizZy <shizzy@6bit.net>2013-09-26 03:03:42 +0200
commit05d5113701cc308db07aea73ec36bf653361726a (patch)
treea07dc51a8aff484041b2d0b7dd220baf752f5ff3 /src/core/core.vcxproj
parentmoved file_sys back to core (diff)
downloadyuzu-05d5113701cc308db07aea73ec36bf653361726a.tar
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.gz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.bz2
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.lz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.xz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.zst
yuzu-05d5113701cc308db07aea73ec36bf653361726a.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 4ae1cb234..7d7dceee3 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -137,7 +137,7 @@
<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\file_sys\directory_file_system.cpp" />
<ClCompile Include="src\loader.cpp" />
<ClCompile Include="src\mem_map.cpp" />
<ClCompile Include="src\mem_map_funcs.cpp" />
@@ -157,8 +157,8 @@
<ClInclude Include="src\arm\mmu\wb.h" />
<ClInclude Include="src\arm\skyeye_defs.h" />
<ClInclude Include="src\core.h" />
+ <ClInclude Include="src\file_sys\directory_file_system.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>