diff options
| author | 2015-05-27 16:32:02 +0200 | |
|---|---|---|
| committer | 2015-07-15 17:51:59 +0200 | |
| commit | 7fd03750bd42419d2b66b4a92897e6bbd21e7ac2 (patch) | |
| tree | a72fe121a92b59fa3ac57cb29c8affeaf1119c3f /src/citra_qt/debugger/graphics_cmdlists.h | |
| parent | Merge pull request #928 from JSFernandes/master (diff) | |
| download | yuzu-7fd03750bd42419d2b66b4a92897e6bbd21e7ac2.tar.gz yuzu-7fd03750bd42419d2b66b4a92897e6bbd21e7ac2.tar.xz yuzu-7fd03750bd42419d2b66b4a92897e6bbd21e7ac2.zip | |
citra-qt: Add support for copying the command list contents to clipboard.
Diffstat (limited to 'src/citra_qt/debugger/graphics_cmdlists.h')
| -rw-r--r-- | src/citra_qt/debugger/graphics_cmdlists.h | 2 |
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: | |||
| 49 | 49 | ||
| 50 | void SetCommandInfo(const QModelIndex&); | 50 | void SetCommandInfo(const QModelIndex&); |
| 51 | 51 | ||
| 52 | void CopyAllToClipboard(); | ||
| 53 | |||
| 52 | signals: | 54 | signals: |
| 53 | void TracingFinished(const Pica::DebugUtils::PicaTrace&); | 55 | void TracingFinished(const Pica::DebugUtils::PicaTrace&); |
| 54 | 56 | ||