mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Retrode] Fix when no GB(C/A) cartridge has been found either.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user