diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-26 02:59:29 +0200 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-26 02:59:29 +0200 |
commit | 5b0b60ad6b98d3f556db772c4ec79975e36ad315 (patch) | |
tree | bd30b8cc659a5cb240c3cffc954c0649fa2f35ec /src/core/core.vcxproj | |
parent | removed <windows.h> include from common.h and added it only where needed (diff) | |
download | yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.gz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.bz2 yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.lz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.xz yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.tar.zst yuzu-5b0b60ad6b98d3f556db772c4ec79975e36ad315.zip |
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r-- | src/core/core.vcxproj | 3 |
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> |