[Retrode] Fix when no GB(C/A) cartridge has been found either.

This commit is contained in:
2023-10-05 01:56:40 +01:00
parent 29343d4129
commit 71a00378b4

View File

@@ -163,7 +163,7 @@ public partial class Dump
break;
}
if(!sfcFound && !genesisFound && !smsFound && !n64Found)
if(!sfcFound && !genesisFound && !smsFound && !n64Found && !gbaFound && !gbFound && !gbcFound)
{
StoppingErrorMessage?.Invoke(Localization.Core.No_cartridge_found_not_dumping);
_dumpLog.WriteLine(Localization.Core.No_cartridge_found_not_dumping);