Skip to content

Commit

Permalink
VCR: Fix incorrect wording in savestate fail dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurumaker72 committed Dec 4, 2024
1 parent d2d9c27 commit 3070c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/r4300/vcr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ CoreResult VCR::start_record(std::filesystem::path path, uint16_t flags, std::st

if (result != CoreResult::Ok)
{
FrontendService::show_error(L"Failed to load savestate while starting recording.\nRecording will be stopped.", L"VCR");
FrontendService::show_error(L"Failed to save savestate while starting recording.\nRecording will be stopped.", L"VCR");
VCR::stop_all();
return;
}
Expand Down

0 comments on commit 3070c25

Please sign in to comment.