Achievements: Backports from PCSX2

This commit is contained in:
Connor McLaughlin
2022-10-08 20:25:34 +10:00
parent 6d32e9bc10
commit 550b4928c2
8 changed files with 167 additions and 49 deletions

View File

@ -2145,7 +2145,7 @@ void ImGuiFullscreen::DrawMessageDialog()
}
static float s_notification_vertical_position = 0.3f;
static float s_notification_vertical_direction = -1.0f;
static float s_notification_vertical_direction = 1.0f;
float ImGuiFullscreen::GetNotificationVerticalPosition()
{