summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/ramview.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-01-23 04:35:13 +0100
committerGitHub <noreply@github.com>2017-01-23 04:35:13 +0100
commit291ded52ac4ab8234fc30468e941c1800adffe8c (patch)
tree18cc6dce3434ecf7e363a52590bd9484394898b0 /src/citra_qt/debugger/ramview.h
parentMerge pull request #2458 from wwylele/reset-accel-gyro (diff)
parentRemoved unused and outdated external qhexedit (diff)
downloadyuzu-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.h17
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();
-};