sneshawk: log core firmware requests to console

This commit is contained in:
goyuken 2012-10-28 23:42:04 +00:00
parent e8b9bb38b6
commit 29c0733150
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo.SNES
return "";
}
Console.WriteLine("Served libsnes request for firmware \"{0}\" with \"{1}\"", hint, test);
//return the path we built
return test;
}