diff options
author | Gus Caplan <[email protected]> | 2022-07-14 18:42:56 -0700 |
---|---|---|
committer | Gus Caplan <[email protected]> | 2022-07-17 22:35:07 -0700 |
commit | 742f67908c191a71b204519a353fb5e42a9dea56 (patch) | |
tree | 73da44972adc2b3c2bd9f427c9afd9108673547f /src/yuzu/main.h | |
parent | 09300abe924aba145c9bcfcbb202254c20fa8673 (diff) | |
download | yuzu-mainline-742f67908c191a71b204519a353fb5e42a9dea56.tar.gz yuzu-mainline-742f67908c191a71b204519a353fb5e42a9dea56.zip |
implement resume message
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 8cf224c9c..09e37f152 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -244,6 +244,7 @@ private: bool ConfirmChangeGame(); bool ConfirmForceLockedExit(); void RequestGameExit(); + void RequestGameResume(); void closeEvent(QCloseEvent* event) override; private slots: |