-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hardware acceleration setting #524
Add hardware acceleration setting #524
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have use this as a normal setting.
Is it because it applies only on startup? |
Yeah, you could make it possible to be disabled by a launch argument. |
For convenience, it could be a setting that require a restart with modified value. |
No, using a launch argument would be more convenient. Both in code and use. |
Then, a launching argument modifying setting value. |
Hardware acceleration setting
Don't use the Settings class. That will just be confusing. |
The entire setting is removed from settings and preferences. It can now only be disabled by using a flag. |
You haven't fixed this yet. You need to revert the changes related to saving and remove a reference to the setting in OptionsMainMenuDisplay. |
Remove changes in loading and settings
Ok. |
By default, hardware acceleration is not enabled. With help of #523, this could further reduce around 10%-15% CPU usage (with using GPU) when hardware acceleration is enabled.