aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/CMakeLists.txt
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-06-12 20:33:32 -0500
committerSubv <subv2112@gmail.com>2018-06-12 20:33:32 -0500
commit7786f41cc0a0549d1bfb7c4ccafca9e39b897cb3 (patch)
tree869c214534f86c0253a0aff7ca0f105b58a42d7d /src/yuzu/CMakeLists.txt
parent09b8a16414ec47fbd1c04b6c78382a82cc8c8961 (diff)
Qt: Removed the Registers widget.
It was crashing and nobody actually uses this.
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r--src/yuzu/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 5af3154d7..c662570d2 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -32,8 +32,6 @@ add_executable(yuzu
debugger/graphics/graphics_surface.h
debugger/profiler.cpp
debugger/profiler.h
- debugger/registers.cpp
- debugger/registers.h
debugger/wait_tree.cpp
debugger/wait_tree.h
game_list.cpp
@@ -60,7 +58,6 @@ set(UIS
configuration/configure_graphics.ui
configuration/configure_input.ui
configuration/configure_system.ui
- debugger/registers.ui
hotkeys.ui
main.ui
)