mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
PowerControl: Retain FPS Limit (proportion) on refresh rate change
This commit is contained in:
parent
bc9c3199b7
commit
5cd873b9a3
6 changed files with 58 additions and 24 deletions
|
|
@ -31,12 +31,6 @@ namespace PowerControl.Options
|
|||
Impacts =
|
||||
{
|
||||
FPSLimit.Instance
|
||||
},
|
||||
AfterApply = () =>
|
||||
{
|
||||
// force reset and refresh of FPS limit
|
||||
FPSLimit.Instance.Reset();
|
||||
FPSLimit.Instance.Update();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue