Skip to content

Commit

Permalink
No longer requires BRF_OPT rom files
Browse files Browse the repository at this point in the history
  • Loading branch information
twinaphex committed Dec 25, 2012
1 parent 225f7f0 commit 3767703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svn-new/trunk/src/burner/libretro/libretro.cpp
Expand Up @@ -305,7 +305,8 @@ static bool open_archive()
{
fprintf(stderr, "[FBA] ROM index %i was not found ... CRC: 0x%08x\n",
i, g_find_list[i].ri.nCrc);
return false;
if(!(g_find_list[i].ri.nType & BRF_OPT))
return false;
}
}

Expand Down

0 comments on commit 3767703

Please sign in to comment.