mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
citra_qt: Show one-time callout messages to user.
This commit is contained in:
parent
791a419280
commit
8ed5cd044d
4 changed files with 50 additions and 0 deletions
|
@ -48,6 +48,8 @@ struct Values {
|
|||
|
||||
// Shortcut name <Shortcut, context>
|
||||
std::vector<Shortcut> shortcuts;
|
||||
|
||||
uint32_t callout_flags;
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue