mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 03:47:54 -05:00
UI/debugger changes
This commit is contained in:
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();
|
||||
};
|
Reference in New Issue
Block a user