mednadisc - print less chatter while testing and also add some svn ignores

This commit is contained in:
zeromus 2015-01-12 07:31:49 +00:00
parent c398060cee
commit 288914b668
1 changed files with 6 additions and 0 deletions

View File

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