citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft
This commit is contained in:
parent
0bf5a0bfc4
commit
2bbc12e6c3
9 changed files with 60 additions and 15 deletions
|
@ -15,7 +15,8 @@ public:
|
|||
CallstackWidget(QWidget* parent = 0);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
void OnDebugModeEntered();
|
||||
void OnDebugModeLeft();
|
||||
|
||||
private:
|
||||
Ui::CallStack ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue