mednadisc - print less chatter while testing and also add some svn ignores
This commit is contained in:
parent
c398060cee
commit
288914b668
|
@ -327,7 +327,13 @@ std::string MDFN_toupper(const std::string &str)
|
|||
|
||||
void CDAccess_Image::LoadSBI(const std::string& sbi_path)
|
||||
{
|
||||
//test whether it exists
|
||||
FILE* inf = fopen(sbi_path.c_str(),"rb");
|
||||
if(inf == NULL)
|
||||
return;
|
||||
|
||||
printf(_("Loading SBI file \"%s\"...\n"), sbi_path.c_str());
|
||||
|
||||
{
|
||||
//MDFN_AutoIndent aind(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue