patch_content - cleanup

This commit is contained in:
twinaphex 2015-02-16 02:33:34 +01:00
parent 4fe4a6cbb3
commit d61cf24627

View File

@ -151,8 +151,6 @@ static bool try_ips_patch(uint8_t **buf, ssize_t *size)
**/
static void patch_content(uint8_t **buf, ssize_t *size)
{
bool allow_ips = !g_extern.ups_pref && !g_extern.bps_pref;
if (g_extern.ups_pref + g_extern.bps_pref + g_extern.ips_pref > 1)
{
RARCH_WARN("Several patches are explicitly defined, ignoring all ...\n");