forked from eden-emu/eden
Merge pull request #2353 from lioncash/surface
yuzu/debugger: Remove graphics surface viewer
This commit is contained in:
commit
f46c3164e7
5 changed files with 0 additions and 622 deletions
|
@ -23,7 +23,6 @@ class EmuThread;
|
|||
class GameList;
|
||||
class GImageInfo;
|
||||
class GraphicsBreakPointsWidget;
|
||||
class GraphicsSurfaceWidget;
|
||||
class GRenderWindow;
|
||||
class LoadingScreen;
|
||||
class MicroProfileDialog;
|
||||
|
@ -240,7 +239,6 @@ private:
|
|||
ProfilerWidget* profilerWidget;
|
||||
MicroProfileDialog* microProfileDialog;
|
||||
GraphicsBreakPointsWidget* graphicsBreakpointsWidget;
|
||||
GraphicsSurfaceWidget* graphicsSurfaceWidget;
|
||||
WaitTreeWidget* waitTreeWidget;
|
||||
|
||||
QAction* actions_recent_files[max_recent_files_item];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue