1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-11 06:06:51 +00:00

citra-qt: Add support for copying the command list contents to clipboard.

This commit is contained in:
Tony Wasserka 2015-05-27 16:32:02 +02:00
parent 7673cdfdae
commit 7fd03750bd
2 changed files with 31 additions and 1 deletions
src/citra_qt/debugger

View file

@ -49,6 +49,8 @@ public slots:
void SetCommandInfo(const QModelIndex&);
void CopyAllToClipboard();
signals:
void TracingFinished(const Pica::DebugUtils::PicaTrace&);