mirror of
https://github.com/libretro/libretro-fceumm.git
synced 2025-01-28 12:12:58 +00:00
Check database for NES 1.0 headered rom only
This would assume that all NES 2.0 roms are correct and is more complete that what is provided in overrides.
This commit is contained in:
parent
f49b0d5100
commit
c6734c95d0
@ -1044,7 +1044,9 @@ int iNESLoad(const char *name, FCEUFILE *fp)
|
||||
SetupCartPRGMapping(0, ROM, rom_size_pow2, 0);
|
||||
|
||||
SetInput();
|
||||
CheckHInfo();
|
||||
|
||||
if (iNESCart.iNES2 < 1)
|
||||
CheckHInfo();
|
||||
|
||||
{
|
||||
int x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user