mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Android: Move OSD out of the way when menu is open
https://bugs.dolphin-emu.org/issues/12256
This commit is contained in:
parent
a7b9e6857b
commit
161f99b864
5 changed files with 50 additions and 2 deletions
|
@ -44,4 +44,7 @@ void AddTypedMessage(MessageType type, std::string message, u32 ms = Duration::S
|
|||
// Draw the current messages on the screen. Only call once per frame.
|
||||
void DrawMessages();
|
||||
void ClearMessages();
|
||||
|
||||
void SetObscuredPixelsLeft(int width);
|
||||
void SetObscuredPixelsTop(int height);
|
||||
} // namespace OSD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue