From 218ae888f330f813553ed45ee7d9f948bc082bfb Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 5 Apr 2019 23:45:45 -0400 Subject: 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. --- src/yuzu/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/yuzu/CMakeLists.txt') 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 -- cgit v1.2.3