Don't use windows forms in emulation project
This commit is contained in:
parent
a815e01586
commit
0d5542a8d1
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue