diff options
author | bunnei <bunneidev@gmail.com> | 2015-05-14 05:29:27 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-05-23 04:59:42 +0200 |
commit | 1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e (patch) | |
tree | c21e1e3b667abbe498e1ab818c25988095cd0dbf /src/video_core/CMakeLists.txt | |
parent | Merge pull request #803 from lioncash/typo (diff) | |
download | yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar.gz yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar.bz2 yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar.lz yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar.xz yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.tar.zst yuzu-1b42d55a9dcb27ac2374de0ed0d1d0ec8385b13e.zip |
Diffstat (limited to 'src/video_core/CMakeLists.txt')
-rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 9866078d4..0258a3255 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -9,6 +9,7 @@ set(SRCS debug_utils/debug_utils.cpp clipper.cpp command_processor.cpp + pica.cpp primitive_assembly.cpp rasterizer.cpp utils.cpp |