diff options
author | bunnei <bunneidev@gmail.com> | 2019-04-09 21:20:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 21:20:02 -0400 |
commit | f46c3164e7c5cbc3272f762ea4e4f38f817396ac (patch) | |
tree | e1ab9aee631a92d951e45fb5848777ac159cb699 /src/yuzu/CMakeLists.txt | |
parent | 2598433f9ca5b1c03d7ed69d8a71a65c2ea0d40f (diff) | |
parent | 218ae888f330f813553ed45ee7d9f948bc082bfb (diff) |
Merge pull request #2353 from lioncash/surface
yuzu/debugger: Remove graphics surface viewer
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 732a1bf89..2eb86d6e5 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -56,8 +56,6 @@ add_executable(yuzu debugger/graphics/graphics_breakpoints.cpp debugger/graphics/graphics_breakpoints.h debugger/graphics/graphics_breakpoints_p.h - debugger/graphics/graphics_surface.cpp - debugger/graphics/graphics_surface.h debugger/console.cpp debugger/console.h debugger/profiler.cpp |