diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-07 05:29:39 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-07 05:29:39 +0200 |
commit | 34dc0a9b0750321d9556ac2e9c57007526096caf (patch) | |
tree | a6f1ab57383d4ea68060462c69ce5ce0dc59aa8a /src/core/core.vcxproj | |
parent | - disable strict alignment on LDRD/STRD (diff) | |
download | yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar.gz yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar.bz2 yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar.lz yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar.xz yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.tar.zst yuzu-34dc0a9b0750321d9556ac2e9c57007526096caf.zip |
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r-- | src/core/core.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 7b8953327..b56661e48 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -153,6 +153,7 @@ <ClCompile Include="elf\elf_reader.cpp" /> <ClCompile Include="file_sys\directory_file_system.cpp" /> <ClCompile Include="file_sys\meta_file_system.cpp" /> + <ClCompile Include="hle\config_mem.cpp" /> <ClCompile Include="hle\coprocessor.cpp" /> <ClCompile Include="hle\hle.cpp" /> <ClCompile Include="hle\service\apt.cpp" /> @@ -193,6 +194,7 @@ <ClInclude Include="file_sys\directory_file_system.h" /> <ClInclude Include="file_sys\file_sys.h" /> <ClInclude Include="file_sys\meta_file_system.h" /> + <ClInclude Include="hle\config_mem.h" /> <ClInclude Include="hle\coprocessor.h" /> <ClInclude Include="hle\function_wrappers.h" /> <ClInclude Include="hle\hle.h" /> |