diff options
author | bunnei <bunneidev@gmail.com> | 2017-01-23 04:35:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 04:35:13 +0100 |
commit | 291ded52ac4ab8234fc30468e941c1800adffe8c (patch) | |
tree | 18cc6dce3434ecf7e363a52590bd9484394898b0 /src/citra_qt/debugger/ramview.h | |
parent | Merge pull request #2458 from wwylele/reset-accel-gyro (diff) | |
parent | Removed unused and outdated external qhexedit (diff) | |
download | yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar.gz yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar.bz2 yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar.lz yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar.xz yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.tar.zst yuzu-291ded52ac4ab8234fc30468e941c1800adffe8c.zip |
Diffstat (limited to 'src/citra_qt/debugger/ramview.h')
-rw-r--r-- | src/citra_qt/debugger/ramview.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/citra_qt/debugger/ramview.h b/src/citra_qt/debugger/ramview.h deleted file mode 100644 index d01cea93b..000000000 --- a/src/citra_qt/debugger/ramview.h +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. - -#pragma once - -#include "qhexedit.h" - -class GRamView : public QHexEdit { - Q_OBJECT - -public: - explicit GRamView(QWidget* parent = nullptr); - -public slots: - void OnCPUStepped(); -}; |