Update information about SBI file

A simple update message to make it more clear for end users in regard SBI files.
This commit is contained in:
Anderson_Cardoso 2021-07-14 10:55:07 -03:00 committed by GitHub
parent c2c204c845
commit 41fc84ae51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2126,7 +2126,8 @@ bool CheckForSBIFile(CDImage* image)
g_host_interface->ReportError(SmallString::FromFormat( g_host_interface->ReportError(SmallString::FromFormat(
g_host_interface->TranslateString( 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 " "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())); s_running_game_code.c_str(), s_running_game_title.c_str()));
return false; return false;
} }