sneshawk: log core firmware requests to console
This commit is contained in:
parent
e8b9bb38b6
commit
29c0733150
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue