diff options
| author | bunnei <bunneidev@gmail.com> | 2014-08-25 16:12:10 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-08-25 16:12:10 -0400 |
| commit | 97fd8fc38d4f9c288779cddb06538860124c6263 (patch) | |
| tree | bc99e0fceaae732f9c8d4831fcdb8f661b49ccb8 /src/video_core/video_core.vcxproj | |
| parent | 613b0a8df85578c97790c5b116195e8bd2fad6f4 (diff) | |
| parent | a79644c9baaeaa88e79db9837e9ed6e2b74e9889 (diff) | |
Merge pull request #50 from neobrain/pica
Further work on Pica emulation
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 48d77cdc4..4e129fbe7 100644 --- a/src/video_core/video_core.vcxproj +++ b/src/video_core/video_core.vcxproj @@ -19,6 +19,7 @@ </ProjectConfiguration> </ItemGroup> <ItemGroup> + <ClCompile Include="debug_utils\debug_utils.cpp" /> <ClCompile Include="renderer_opengl\renderer_opengl.cpp" /> <ClCompile Include="clipper.cpp" /> <ClCompile Include="command_processor.cpp" /> @@ -40,6 +41,7 @@ <ClInclude Include="utils.h" /> <ClInclude Include="vertex_shader.h" /> <ClInclude Include="video_core.h" /> + <ClInclude Include="debug_utils\debug_utils.h" /> <ClInclude Include="renderer_opengl\renderer_opengl.h" /> </ItemGroup> <ItemGroup> |
