-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(PerformanceManager): Add Performance Manager and per game profiles.
* Partially working Performance Manager * Everything funtional again. * Move PowerTools to ui/common. Partially working profile. * Seems to be working * fix bug preventing setting max cpu count * Adjust notifications * Fix bugs with thermal_profile vs thermal mode rename. Add safety for some property refrences. Move to dedicated shared_thread for performance manager. Various naming bugs squashed. * adjust callbacks for better response in async environment. * Add docked/undocked profiles. make all globals private. Fix bug with setting CPU cores from profile by adjusting the processing order after setting smt on/off. * Fix mmultiple warnings. Fix monir bug with asus devices. Remove unused vars. * Remove some bad assignments * fix(LaunchManager): fix running app detection * Use full game name for profile name * Fix app detection of focused app * Move gpu_freq setting to just AMD for now. * Use thread pool instead of shared thread --------- Co-authored-by: William Edwards <[email protected]>
- Loading branch information
1 parent
aa051d7
commit cb327fd
Showing
14 changed files
with
1,212 additions
and
584 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.