Don't use windows forms in emulation project

This commit is contained in:
adelikat 2013-11-14 20:49:06 +00:00
parent a815e01586
commit 0d5542a8d1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BizHawk.Emulation.Common.Components.M6502
string oldright = "";
void PreCrash()
{
System.Windows.Forms.MessageBox.Show(string.Format("about to crash! cached:\n==managed==\n{0}\n==native==\n{1}\n", oldleft, oldright));
Console.WriteLine(String.Format("about to crash! cached:\n==managed==\n{0}\n==native==\n{1}\n", oldleft, oldright));
}
void TestQueue()
{