Skip to content

Commit

Permalink
Merge pull request stenzek#2412 from andercard0/patch-160
Browse files Browse the repository at this point in the history
Update information about SBI file
  • Loading branch information
stenzek authored Jul 16, 2021
2 parents c2c204c + 41fc84a commit 3d4cdb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,8 @@ bool CheckForSBIFile(CDImage* image)
g_host_interface->ReportError(SmallString::FromFormat(
g_host_interface->TranslateString(
"System", "You are attempting to run a libcrypt protected game without an SBI file:\n\n%s: %s\n\nYour dump is "
"incomplete, you must add the SBI file to run this game."),
"incomplete, you must add the SBI file to run this game. \n\n"
"The name of the SBI file must match the name of the disc image."),
s_running_game_code.c_str(), s_running_game_title.c_str()));
return false;
}
Expand Down

0 comments on commit 3d4cdb6

Please sign in to comment.