diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-05 23:45:45 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-05 23:54:00 -0400 |
commit | 218ae888f330f813553ed45ee7d9f948bc082bfb (patch) | |
tree | f0964734f1309b5b5e7572df164e3358e1fd83f5 /src/yuzu/CMakeLists.txt | |
parent | 89b8801a97da0cd361ce8377883fb7b33f8077ad (diff) |
yuzu/debugger: Remove graphics surface viewer
This doesn't actually work anymore, and given how long it's been left in
that state, it's unlikely anyone actually seriously used it.
Generally it's preferable to use RenderDoc or Nsight to view surfaces.
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 4cab599b4..626a6374c 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -54,8 +54,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 |