mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
(PCE Fast) Add CRC for 1941 SuperGrafx
This commit is contained in:
parent
6fefaa80fa
commit
1ea41d26aa
@ -242,7 +242,7 @@ static int Load(const char *name, MDFNFILE *fp)
|
||||
IsSGX = 1;
|
||||
}
|
||||
|
||||
if(crc == 0x8c4588e2)
|
||||
if(crc == 0x8c4588e2 || crc == 0xd206e241)
|
||||
{
|
||||
MDFN_printf("SuperGfx: 1941 - Counter Attack\n");
|
||||
IsSGX = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user