diff --git a/Common/System/System.h b/Common/System/System.h index 43d48d6c43..6299cddcb8 100644 --- a/Common/System/System.h +++ b/Common/System/System.h @@ -238,7 +238,7 @@ public: Show(type, text, "", duration_s, id); } void Show(OSDType type, const std::string &text, const std::string &text2, float duration_s = 0.0f, const char *id = nullptr) { - Show(type, text, "", "", duration_s, id); + Show(type, text, text2, "", duration_s, id); } void Show(OSDType type, const std::string &text, const std::string &text2, const std::string &icon, float duration_s = 0.0f, const char *id = nullptr); void ShowAchievementUnlocked(int achievementID); diff --git a/UI/OnScreenDisplay.cpp b/UI/OnScreenDisplay.cpp index 3ae2e5c58d..4e35674d0f 100644 --- a/UI/OnScreenDisplay.cpp +++ b/UI/OnScreenDisplay.cpp @@ -117,6 +117,7 @@ static void RenderOSDEntry(UIContext &dc, const OnScreenDisplay::Entry &entry, B } else if (iconID.isValid()) { // Atlas icon. dc.DrawImageVGradient(iconID, foreGround, foreGround, Bounds(bounds.x + 2.5f, bounds.y + 2.5f, g_atlasIconSize, g_atlasIconSize)); + iconSize = g_atlasIconSize; } // Make room