CommonHostInterface: Fix OSD messages not clearing on shutdown
This commit is contained in:
@ -254,5 +254,6 @@ void UpdateBackgroundProgressDialog(const char* str_id, std::string message, s32
|
||||
void CloseBackgroundProgressDialog(const char* str_id);
|
||||
|
||||
void AddNotification(float duration, std::string title, std::string text, std::string image_path);
|
||||
void ClearNotifications();
|
||||
|
||||
} // namespace ImGuiFullscreen
|
||||
|
||||
Reference in New Issue
Block a user