mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
overlay: option to force software renderer in configurator (#721)
## Link to GitHub Issue or related Pull Request, if one exists chicken bit for #720
This commit is contained in:
@@ -2927,6 +2927,15 @@ static const std::vector<OptionDefinition> OPTION_DEFINITIONS = {
|
||||
{"user", ""},
|
||||
},
|
||||
},
|
||||
{
|
||||
// CfgForceSoftwareRender
|
||||
.title = "Configurator Force Software Rendering",
|
||||
.name = "forcesoftware",
|
||||
.desc = "Forces the use of software rendering instead of hardware acceleration for "
|
||||
"the configurator.",
|
||||
.type = OptionType::Bool,
|
||||
.category = "Development",
|
||||
},
|
||||
};
|
||||
|
||||
const std::vector<std::string> &launcher::get_categories(Options::OptionsCategory category) {
|
||||
|
||||
Reference in New Issue
Block a user