mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
committed by
Rafael Kitover
parent
87fac44fdb
commit
80634683b1
@@ -2872,6 +2872,11 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
|||||||
EVT_HANDLER(Bilinear, "Use bilinear filter with 3d renderer")
|
EVT_HANDLER(Bilinear, "Use bilinear filter with 3d renderer")
|
||||||
{
|
{
|
||||||
GetMenuOptionBool("Bilinear", gopts.bilinear);
|
GetMenuOptionBool("Bilinear", gopts.bilinear);
|
||||||
|
// Force new panel with new bilinear option
|
||||||
|
if (panel->panel) {
|
||||||
|
panel->panel->Destroy();
|
||||||
|
panel->panel = nullptr;
|
||||||
|
}
|
||||||
update_opts();
|
update_opts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user