mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 15:42:52 +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")
|
||||
{
|
||||
GetMenuOptionBool("Bilinear", gopts.bilinear);
|
||||
// Force new panel with new bilinear option
|
||||
if (panel->panel) {
|
||||
panel->panel->Destroy();
|
||||
panel->panel = nullptr;
|
||||
}
|
||||
update_opts();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user