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.
This commit is contained in:
Lioncash 2019-04-05 23:45:45 -04:00
parent 22fe3a5545
commit 366895989c
5 changed files with 0 additions and 622 deletions

View file

@ -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