diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-07-27 18:02:35 +0200 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-12 13:50:07 +0200 |
commit | 94d742fe172ba933af321bfb0e02889b40d0c179 (patch) | |
tree | 241e6d8b36e6ab9921ef7afb71e7350e52862e2a /src/video_core/video_core.vcxproj | |
parent | Pica: Add triangle clipper. (diff) | |
download | yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar.gz yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar.bz2 yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar.lz yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar.xz yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.tar.zst yuzu-94d742fe172ba933af321bfb0e02889b40d0c179.zip |
Diffstat (limited to 'src/video_core/video_core.vcxproj')
-rw-r--r-- | src/video_core/video_core.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/video_core.vcxproj b/src/video_core/video_core.vcxproj index 99ab63dce..48d77cdc4 100644 --- a/src/video_core/video_core.vcxproj +++ b/src/video_core/video_core.vcxproj @@ -23,6 +23,7 @@ <ClCompile Include="clipper.cpp" /> <ClCompile Include="command_processor.cpp" /> <ClCompile Include="primitive_assembly.cpp" /> + <ClCompile Include="rasterizer.cpp" /> <ClCompile Include="utils.cpp" /> <ClCompile Include="vertex_shader.cpp" /> <ClCompile Include="video_core.cpp" /> @@ -34,6 +35,7 @@ <ClInclude Include="math.h" /> <ClInclude Include="pica.h" /> <ClInclude Include="primitive_assembly.h" /> + <ClInclude Include="rasterizer.h" /> <ClInclude Include="renderer_base.h" /> <ClInclude Include="utils.h" /> <ClInclude Include="vertex_shader.h" /> |