mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -724,7 +724,7 @@ public class GameBoy : IByteAddressableImage
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "StringLiteralTypo")]
|
||||
string DecodeLicensee(byte headerLicensee, byte[] headerLicenseeNew)
|
||||
static string DecodeLicensee(byte headerLicensee, byte[] headerLicenseeNew)
|
||||
{
|
||||
if(headerLicensee != 0x33)
|
||||
return headerLicensee switch
|
||||
|
||||
Reference in New Issue
Block a user