libretro patch (twinaphex)
This commit is contained in:
parent
0ac7bcd353
commit
0fa76706e7
|
@ -305,6 +305,7 @@ static bool open_archive()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "[FBA] ROM index %i was not found ... CRC: 0x%08x\n",
|
fprintf(stderr, "[FBA] ROM index %i was not found ... CRC: 0x%08x\n",
|
||||||
i, g_find_list[i].ri.nCrc);
|
i, g_find_list[i].ri.nCrc);
|
||||||
|
if(!(g_find_list[i].ri.nType & BRF_OPT))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue