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/main.h | |
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/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 7f3aa998e..744089711 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -23,7 +23,6 @@ class EmuThread; class GameList; class GImageInfo; class GraphicsBreakPointsWidget; -class GraphicsSurfaceWidget; class GRenderWindow; class LoadingScreen; class MicroProfileDialog; @@ -238,7 +237,6 @@ private: ProfilerWidget* profilerWidget; MicroProfileDialog* microProfileDialog; GraphicsBreakPointsWidget* graphicsBreakpointsWidget; - GraphicsSurfaceWidget* graphicsSurfaceWidget; WaitTreeWidget* waitTreeWidget; QAction* actions_recent_files[max_recent_files_item]; |