diff --git a/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs b/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs index edaaf362f8..d92b61b269 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/SNES/LibsnesCore.cs @@ -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; }