Merge pull request #10181 from lat9nq/intel-compute-toggle
configure_graphics: Add option to enable compute pipelines for Intel proprietary
This commit is contained in:
commit
bbb6b58aa4
13 changed files with 67 additions and 10 deletions
|
@ -232,6 +232,7 @@ void RestoreGlobalState(bool is_powered_on) {
|
|||
values.bg_red.SetGlobal(true);
|
||||
values.bg_green.SetGlobal(true);
|
||||
values.bg_blue.SetGlobal(true);
|
||||
values.enable_compute_pipelines.SetGlobal(true);
|
||||
|
||||
// System
|
||||
values.language_index.SetGlobal(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue