UI/debugger changes
This commit is contained in:
parent
958bca606e
commit
e5f09b8be6
19 changed files with 285 additions and 233 deletions
12
src/citra_qt/debugger/ramview.hxx
Normal file
12
src/citra_qt/debugger/ramview.hxx
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "qhexedit.h"
|
||||
|
||||
class GRamView : public QHexEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GRamView(QWidget* parent = NULL);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue