summaryrefslogblamecommitdiffstats
path: root/src/citra_qt/debugger/ramview.h
blob: 18423036f02646c078ca7668b335536ea519c18d (plain) (tree)
1
2
3
4



                                            











                                     
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#include "qhexedit.h"

class GRamView : public QHexEdit
{
    Q_OBJECT

public:
    GRamView(QWidget* parent = NULL);

public slots:
    void OnCPUStepped();
};