diff options
| author | 2017-08-08 20:06:25 -0400 | |
|---|---|---|
| committer | 2017-08-25 23:10:00 -0400 | |
| commit | 59ad93302226f3e65aed1a62ea3c7b58315d0eb6 (patch) | |
| tree | cc670405b320b525ed05b87fd86fa9f53de86fb7 /src/citra_qt/ui_settings.h | |
| parent | SidebySide Layout (#2859) (diff) | |
| download | yuzu-59ad93302226f3e65aed1a62ea3c7b58315d0eb6.tar.gz yuzu-59ad93302226f3e65aed1a62ea3c7b58315d0eb6.tar.xz yuzu-59ad93302226f3e65aed1a62ea3c7b58315d0eb6.zip | |
citra_qt: Show one-time callout messages to user.
Diffstat (limited to 'src/citra_qt/ui_settings.h')
| -rw-r--r-- | src/citra_qt/ui_settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/ui_settings.h b/src/citra_qt/ui_settings.h index 025c73f84..d85c92765 100644 --- a/src/citra_qt/ui_settings.h +++ b/src/citra_qt/ui_settings.h | |||
| @@ -48,6 +48,8 @@ struct Values { | |||
| 48 | 48 | ||
| 49 | // Shortcut name <Shortcut, context> | 49 | // Shortcut name <Shortcut, context> |
| 50 | std::vector<Shortcut> shortcuts; | 50 | std::vector<Shortcut> shortcuts; |
| 51 | |||
| 52 | uint32_t callout_flags; | ||
| 51 | }; | 53 | }; |
| 52 | 54 | ||
| 53 | extern Values values; | 55 | extern Values values; |