Merge pull request #2412 from andercard0/patch-160

Update information about SBI file
This commit is contained in:
Connor McLaughlin 2021-07-16 12:26:59 +10:00 committed by GitHub
commit 3d4cdb6d92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}