don't call disengage when tastudio load failed
This commit is contained in:
parent
d7b0af9f4e
commit
6184afddc9
|
@ -288,7 +288,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
// Attempts to load failed, abort
|
||||
if (!success)
|
||||
{
|
||||
Disengage();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue