mirror of https://github.com/PCSX2/pcsx2.git
ImGui: Fix save state selector crash in DX11
This commit is contained in:
parent
4afe14dff7
commit
fd2cd0b904
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue