diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-09-23 21:35:32 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-07 13:16:04 -0400 |
commit | 8f958b89e713be88da516db57da4a2de7a15f093 (patch) | |
tree | 98cb9d532c61cbd921c99cd8589d2984390f87d9 /src/yuzu/main.h | |
parent | 3edafc6802a7836bf4e9c1a4751b9b45316d9855 (diff) |
qt: Add rederive keyset menu option
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 fe0e9a50a..fd2c110ee 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -167,6 +167,7 @@ private slots: void HideFullscreen(); void ToggleWindowMode(); void OnCoreError(Core::System::ResultStatus, std::string); + void OnReinitializeKeys(bool callouts); private: void UpdateStatusBar(); |