Android: Move OSD out of the way when menu is open

https://bugs.dolphin-emu.org/issues/12256
This commit is contained in:
JosJuice
2020-09-12 17:56:47 +02:00
parent a7b9e6857b
commit 161f99b864
5 changed files with 50 additions and 2 deletions

View File

@ -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