mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-11 17:58:29 +12:00
Update teakra
This commit is contained in:
parent
518b279139
commit
9ef7db63ef
6 changed files with 84 additions and 29 deletions
|
@ -5,7 +5,6 @@
|
|||
#include <QScrollBar>
|
||||
#include <QWidget>
|
||||
|
||||
#include "capstone.hpp"
|
||||
#include "emulator.hpp"
|
||||
#include "panda_qt/disabled_widget_overlay.hpp"
|
||||
|
||||
|
@ -20,10 +19,10 @@ class DSPDebugger : public QWidget {
|
|||
QLineEdit* addressInput;
|
||||
|
||||
DisabledWidgetOverlay* disabledOverlay;
|
||||
DisabledWidgetOverlay* disabledRegisterEditOverlay;
|
||||
|
||||
bool enabled = false;
|
||||
bool followPC = false;
|
||||
Common::CapstoneDisassembler disassembler;
|
||||
|
||||
public:
|
||||
DSPDebugger(Emulator* emulator, QWidget* parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue