mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40: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:
@@ -1358,6 +1358,10 @@ int main_implementation(int argc, char *argv[]) {
|
||||
timeutils::TIMER_HACKS_DISABLE = true;
|
||||
}
|
||||
|
||||
if (options[launcher::Options::CfgForceSoftwareRender].value_bool()) {
|
||||
cfg::CONFIGURATOR_FORCE_SOFTWARE_RENDER = true;
|
||||
}
|
||||
|
||||
// API debugging
|
||||
if (api_debug && !cfg::CONFIGURATOR_STANDALONE) {
|
||||
API_CONTROLLER = std::make_unique<api::Controller>(api_port, api_pass, api_pretty);
|
||||
|
||||
Reference in New Issue
Block a user