diff options
| author | 2014-04-18 18:30:53 -0400 | |
|---|---|---|
| committer | 2014-04-18 18:34:23 -0400 | |
| commit | e5f09b8be65c06927164428b5d400024e2388dbc (patch) | |
| tree | 0f0fd4035bcc88c0de5a47a7d3c64b4f67453897 /src/citra_qt/debugger/disassembler.hxx | |
| parent | Merge branch 'hle-interface' (diff) | |
| download | yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.gz yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.tar.xz yuzu-e5f09b8be65c06927164428b5d400024e2388dbc.zip | |
UI/debugger changes
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/disassembler.hxx (renamed from src/citra_qt/disasm.hxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/citra_qt/disasm.hxx b/src/citra_qt/debugger/disassembler.hxx index 0c5a37cac..e5b152d20 100644 --- a/src/citra_qt/disasm.hxx +++ b/src/citra_qt/debugger/disassembler.hxx | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #include <QDockWidget> | 1 | #include <QDockWidget> |
| 2 | #include "ui_disasm.h" | 2 | #include "../ui_disassembler.h" |
| 3 | 3 | ||
| 4 | #include "common/common.h" | 4 | #include "common/common.h" |
| 5 | #include "common/break_points.h" | 5 | #include "common/break_points.h" |
| @@ -8,12 +8,12 @@ class QAction; | |||
| 8 | class QStandardItemModel; | 8 | class QStandardItemModel; |
| 9 | class EmuThread; | 9 | class EmuThread; |
| 10 | 10 | ||
| 11 | class GDisAsmView : public QDockWidget | 11 | class DisassemblerWidget : public QDockWidget |
| 12 | { | 12 | { |
| 13 | Q_OBJECT | 13 | Q_OBJECT |
| 14 | 14 | ||
| 15 | public: | 15 | public: |
| 16 | GDisAsmView(QWidget* parent, EmuThread& emu_thread); | 16 | DisassemblerWidget(QWidget* parent, EmuThread& emu_thread); |
| 17 | 17 | ||
| 18 | void Init(); | 18 | void Init(); |
| 19 | 19 | ||