don't call disengage when tastudio load failed

This commit is contained in:
Morilli 2025-02-14 22:10:10 +01:00
parent d7b0af9f4e
commit 6184afddc9
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ namespace BizHawk.Client.EmuHawk
// Attempts to load failed, abort
if (!success)
{
Disengage();
return false;
}