diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-07 14:44:43 -0700 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-07 15:32:47 -0700 |
commit | 4af2a1a3d74eb5e77b59e4557c50e230d453d7d9 (patch) | |
tree | eeecf3ec67b666805db0aaa9e91af407c7b29773 /src/citra_qt/CMakeLists.txt | |
parent | 47e806b084e7eaf44f441c84720d1ca36e12595b (diff) |
citra-qt: Remove callstack widget
Appears to be currently broken, and given the complexity of doing this
for ARM code without debugging information, should probably be left to
an external tool or library. Use the GDB stub instead.
Closes #586
Diffstat (limited to 'src/citra_qt/CMakeLists.txt')
-rw-r--r-- | src/citra_qt/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/citra_qt/CMakeLists.txt b/src/citra_qt/CMakeLists.txt index 0b4fe6dd2..4e837668e 100644 --- a/src/citra_qt/CMakeLists.txt +++ b/src/citra_qt/CMakeLists.txt @@ -11,7 +11,6 @@ set(SRCS configuration/configure_graphics.cpp configuration/configure_input.cpp configuration/configure_system.cpp - debugger/callstack.cpp debugger/graphics/graphics.cpp debugger/graphics/graphics_breakpoint_observer.cpp debugger/graphics/graphics_breakpoints.cpp @@ -42,7 +41,6 @@ set(HEADERS configuration/configure_graphics.h configuration/configure_input.h configuration/configure_system.h - debugger/callstack.h debugger/graphics/graphics.h debugger/graphics/graphics_breakpoint_observer.h debugger/graphics/graphics_breakpoints.h @@ -72,7 +70,6 @@ set(UIS configuration/configure_graphics.ui configuration/configure_input.ui configuration/configure_system.ui - debugger/callstack.ui debugger/registers.ui hotkeys.ui main.ui |