Skip to content

Commit

Permalink
ImGui: Fix save state selector crash in DX11
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 17, 2023
1 parent 4afe14d commit fd2cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/ImGui/ImGuiOverlays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ void SaveStateSelectorUI::Draw()
{
ImGui::SetCursorPosY(y_start + padding);
ImGui::SetCursorPosX(padding);
ImGui::Image(preview_texture, image_size);
ImGui::Image(preview_texture->GetNativeHandle(), image_size);
}

ImGui::SetCursorPosY(y_start + padding);
Expand Down

0 comments on commit fd2cd0b

Please sign in to comment.