citra_qt: Show one-time callout messages to user.

This commit is contained in:
bunnei 2017-08-08 20:06:25 -04:00
parent 3cdf854e44
commit 59ad933022
4 changed files with 50 additions and 0 deletions

View file

@ -48,6 +48,8 @@ struct Values {
// Shortcut name <Shortcut, context>
std::vector<Shortcut> shortcuts;
uint32_t callout_flags;
};
extern Values values;