fixed calculation, ui look and behavior, and compile errors

This commit is contained in:
Martin Felke
2023-06-04 22:40:13 +02:00
parent 418709c80a
commit de5f61f8c7
10 changed files with 62 additions and 34 deletions

View File

@@ -238,8 +238,8 @@ void RestoreGlobalState(bool is_powered_on) {
values.bg_green.SetGlobal(true);
values.bg_blue.SetGlobal(true);
values.enable_compute_pipelines.SetGlobal(true);
values.use_vram_percentage(true);
values.vram_percentage(25);
values.use_vram_percentage.SetGlobal(true);
values.vram_percentage.SetGlobal(true);
// System
values.language_index.SetGlobal(true);