Merge pull request #127 from libretro/master
don't reinit on audio filter change or color correction
This commit is contained in:
commit
06ff367fdb
@ -444,8 +444,11 @@ static void check_variables(bool link)
|
|||||||
else
|
else
|
||||||
new_model = MODEL_AUTO;
|
new_model = MODEL_AUTO;
|
||||||
|
|
||||||
model[0] = new_model;
|
if (new_model != model[0])
|
||||||
init_for_current_model(0);
|
{
|
||||||
|
model[0] = new_model;
|
||||||
|
init_for_current_model(0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user