mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 16:57:52 +00:00
Merge pull request #2353 from lioncash/surface
yuzu/debugger: Remove graphics surface viewer
This commit is contained in:
commit
4f130215fc
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