I fail at check ins
This commit is contained in:
parent
f6d5f64ef2
commit
b8f51ae172
|
@ -224,28 +224,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
private bool CanDisassemble
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Disassembler == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
var pc = PC;
|
||||
return true;
|
||||
}
|
||||
catch (NotImplementedException)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#region Menu Items
|
||||
|
||||
#region File
|
||||
|
|
Loading…
Reference in New Issue