Skip to content

Commit 54c8ef7

Browse files
TheLastRarF0bes
authored andcommitted
FSUI: Don't attempt to translate savestate load error
It wouldn't have worked anyway
1 parent dc9e531 commit 54c8ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2/ImGui/FullscreenUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6457,7 +6457,7 @@ void FullscreenUI::DoLoadState(std::string path)
64576457
{
64586458
ImGuiFullscreen::OpenInfoMessageDialog(
64596459
FSUI_ICONSTR(ICON_FA_TRIANGLE_EXCLAMATION, "Incompatible Save State"),
6460-
FSUI_STR(error_desc));
6460+
error_desc);
64616461
});
64626462
}
64636463
else

0 commit comments

Comments
 (0)