Skip to content

Commit

Permalink
Finally update to the latest commits lol
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD committed Jul 18, 2024
1 parent ab053a0 commit c4f109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/ImGui/FullscreenUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ void FullscreenUI::DrawLandingWindow()
{
ImVec2 menu_pos, menu_size;
DrawLandingTemplate(&menu_pos, &menu_size);
const char version_txt[] = "v2.0.7";
const char version_txt[] = "v2.0.8";
ImGui::PushStyleColor(ImGuiCol_Text, UIBackgroundTextColor);

if (BeginHorizontalMenu("landing_window", menu_pos, menu_size, 4))
Expand Down

0 comments on commit c4f109d

Please sign in to comment.