diff options
author | bunnei <ericbunnie@gmail.com> | 2014-04-05 07:24:54 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-04-05 07:24:54 +0200 |
commit | c874c1d06cf94f3b02e60d1ba74b2bad3206b211 (patch) | |
tree | 25161a175d1a6867b75d9d4b267798a0651770ec /src/core/core.vcxproj | |
parent | added an "Update" method to update all hardware (diff) | |
download | yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar.gz yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar.bz2 yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar.lz yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar.xz yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.tar.zst yuzu-c874c1d06cf94f3b02e60d1ba74b2bad3206b211.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 60ce2427d..2edb51214 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -153,6 +153,7 @@ <ClCompile Include="src\file_sys\directory_file_system.cpp" /> <ClCompile Include="src\file_sys\meta_file_system.cpp" /> <ClCompile Include="src\hw\hw.cpp" /> + <ClCompile Include="src\hw\hw_lcd.cpp" /> <ClCompile Include="src\loader.cpp" /> <ClCompile Include="src\mem_map.cpp" /> <ClCompile Include="src\mem_map_funcs.cpp" /> @@ -182,6 +183,7 @@ <ClInclude Include="src\file_sys\file_sys.h" /> <ClInclude Include="src\file_sys\meta_file_system.h" /> <ClInclude Include="src\hw\hw.h" /> + <ClInclude Include="src\hw\hw_lcd.h" /> <ClInclude Include="src\loader.h" /> <ClInclude Include="src\mem_map.h" /> <ClInclude Include="src\system.h" /> |