mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typo in Master System image.
This commit is contained in:
@@ -286,7 +286,7 @@ public class MasterSystem : IByteAddressableImage
|
||||
return ErrorNumber.InvalidArgument;
|
||||
}
|
||||
|
||||
if(mediaType != MediaType.GameBoyGamePak)
|
||||
if(mediaType != MediaType.MasterSystemCartridge)
|
||||
{
|
||||
ErrorMessage = $"Unsupported media format {mediaType}";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user