mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Move OSD out of the way when menu is open
https://bugs.dolphin-emu.org/issues/12256
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user