save flag changes

This commit is contained in:
bluepilledgreat 2023-04-07 17:16:45 +01:00
parent ff81282c55
commit e527157474

View File

@ -26,7 +26,10 @@ namespace Bloxstrap.Integrations
// reshade also forced dx11
// so lets change that back!!!
if (App.FastFlags.GetValue(FastFlagManager.RenderingModes["Direct3D 11"]) != null)
{
App.FastFlags.SetRenderingMode("Automatic");
App.FastFlags.Save();
}
}
}