diff options
author | bunnei <bunneidev@gmail.com> | 2020-01-02 22:03:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 22:03:30 -0500 |
commit | c332c66eb206ccd68b5826c91e5f5fba1cf442e7 (patch) | |
tree | 387e5129419845948ddfc3884be8acd69626f324 /src/yuzu/main.h | |
parent | ae0e48167771710980def376bb26ed270a0d7c2d (diff) | |
parent | 0d6d8129c46f96b2e9f05c592e0d9a6bc3769619 (diff) |
Merge pull request #3267 from ReinUsesLisp/remove-maxwell-debugger
yuzu: Remove Maxwell debugger
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 7f46bea2b..a56f9a981 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -22,7 +22,6 @@ class Config; class EmuThread; class GameList; class GImageInfo; -class GraphicsBreakPointsWidget; class GRenderWindow; class LoadingScreen; class MicroProfileDialog; @@ -42,10 +41,6 @@ class ManualContentProvider; class VfsFilesystem; } // namespace FileSys -namespace Tegra { -class DebugContext; -} - enum class EmulatedDirectoryTarget { NAND, SDMC, @@ -223,8 +218,6 @@ private: Ui::MainWindow ui; - std::shared_ptr<Tegra::DebugContext> debug_context; - GRenderWindow* render_window; GameList* game_list; LoadingScreen* loading_screen; @@ -255,7 +248,6 @@ private: // Debugger panes ProfilerWidget* profilerWidget; MicroProfileDialog* microProfileDialog; - GraphicsBreakPointsWidget* graphicsBreakpointsWidget; WaitTreeWidget* waitTreeWidget; QAction* actions_recent_files[max_recent_files_item]; |