summaryrefslogtreecommitdiffstats
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-24 03:50:41 +0200
committerShizZy <shizzy@6bit.net>2013-09-24 03:50:41 +0200
commit1af6ae2f4804eaa8f727f3603f685c13bb209d10 (patch)
treeb351e32ba4f7a473bb7464dce81dec056e561218 /src/core/core.vcxproj
parentadded UNICODE preprocessor define (diff)
downloadyuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar.gz
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar.bz2
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar.lz
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar.xz
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.tar.zst
yuzu-1af6ae2f4804eaa8f727f3603f685c13bb209d10.zip
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index 11e31c8f5..4ae1cb234 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -137,6 +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\loader.cpp" />
<ClCompile Include="src\mem_map.cpp" />
<ClCompile Include="src\mem_map_funcs.cpp" />
@@ -156,6 +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\file_sys.h" />
+ <ClInclude Include="src\file_sys\file_sys_directory.h" />
<ClInclude Include="src\loader.h" />
<ClInclude Include="src\mem_map.h" />
</ItemGroup>