diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-07-26 19:17:09 +0200 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-08-12 13:48:10 +0200 |
commit | c52651261916b136f2ea4ff022fb9cead5a73a93 (patch) | |
tree | 11bf295b77b14d1d82c7f992a47cf20f5fffbda6 /src/video_core/video_core.vcxproj | |
parent | Pica: Implement vertex loading. (diff) | |
download | yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar.gz yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar.bz2 yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar.lz yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar.xz yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.tar.zst yuzu-c52651261916b136f2ea4ff022fb9cead5a73a93.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 28eb21284..56729dc03 100644 --- a/src/video_core/video_core.vcxproj +++ b/src/video_core/video_core.vcxproj @@ -22,6 +22,7 @@ <ClCompile Include="renderer_opengl\renderer_opengl.cpp" /> <ClCompile Include="command_processor.cpp" /> <ClCompile Include="utils.cpp" /> + <ClCompile Include="vertex_shader.cpp" /> <ClCompile Include="video_core.cpp" /> </ItemGroup> <ItemGroup> @@ -31,6 +32,7 @@ <ClInclude Include="pica.h" /> <ClInclude Include="renderer_base.h" /> <ClInclude Include="utils.h" /> + <ClInclude Include="vertex_shader.h" /> <ClInclude Include="video_core.h" /> <ClInclude Include="renderer_opengl\renderer_opengl.h" /> </ItemGroup> |