diff options
author | bunnei <bunneidev@gmail.com> | 2017-08-26 20:15:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-26 20:15:15 -0400 |
commit | 22fc378fe9f3314b08d81ffaaf57fd8688e9e3cc (patch) | |
tree | d263eaca71ee08c3f9b81441b42bcd0e35977510 /src/citra_qt/main.h | |
parent | 3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c (diff) | |
parent | 7698567fc9b9d0b009264d5d8ab5babc3ea197d8 (diff) |
Merge pull request #2897 from bunnei/telemetry-ui
Telemetry UI and final touches
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r-- | src/citra_qt/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index 360de2ced..d59a6d67d 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h @@ -80,6 +80,8 @@ private: void BootGame(const QString& filename); void ShutdownGame(); + void ShowCallouts(); + /** * Stores the filename in the recently loaded files list. * The new filename is stored at the beginning of the recently loaded files list. |