summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/debugger/graphics_cmdlists.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-21 06:44:57 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-07-21 06:44:57 +0200
commit8833852acd495177320c20c0ce5a553783811fe6 (patch)
tree0bfd4eb68a78600b5055ca7e4dd04bedfcc8f0f3 /src/citra_qt/debugger/graphics_cmdlists.h
parentMerge pull request #939 from Subv/queryprocmem (diff)
parentcitra-qt: Add support for copying the command list contents to clipboard. (diff)
downloadyuzu-8833852acd495177320c20c0ce5a553783811fe6.tar
yuzu-8833852acd495177320c20c0ce5a553783811fe6.tar.gz
yuzu-8833852acd495177320c20c0ce5a553783811fe6.tar.bz2
yuzu-8833852acd495177320c20c0ce5a553783811fe6.tar.lz
yuzu-8833852acd495177320c20c0ce5a553783811fe6.tar.xz
yuzu-8833852acd495177320c20c0ce5a553783811fe6.tar.zst
yuzu-8833852acd495177320c20c0ce5a553783811fe6.zip
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.h')
-rw-r--r--src/citra_qt/debugger/graphics_cmdlists.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/graphics_cmdlists.h b/src/citra_qt/debugger/graphics_cmdlists.h
index a465d044c..4859b6ec8 100644
--- a/src/citra_qt/debugger/graphics_cmdlists.h
+++ b/src/citra_qt/debugger/graphics_cmdlists.h
@@ -49,6 +49,8 @@ public slots:
void SetCommandInfo(const QModelIndex&);
+ void CopyAllToClipboard();
+
signals:
void TracingFinished(const Pica::DebugUtils::PicaTrace&);