console debug notification when a sega saturn disc is autodetected

This commit is contained in:
goyuken 2013-05-20 14:03:19 +00:00
parent ea7dd85451
commit d7380d1952
1 changed files with 1 additions and 0 deletions

View File

@ -2104,6 +2104,7 @@ namespace BizHawk.MultiClient
}
else if (disc.DetectSegaSaturn())
{
Console.WriteLine("Sega Saturn disc detected!");
game = new GameInfo { System = "SAT", Name = Path.GetFileNameWithoutExtension(file.Name), Hash = hash };
}
else