configure_graphics_advanced: Implement highlighted overrides

This commit is contained in:
lat9nq
2020-07-13 21:37:02 -04:00
parent b79a6ebf9c
commit 38152ab0b9
3 changed files with 146 additions and 96 deletions

View File

@ -33,6 +33,7 @@ struct Trackers {
CheckState use_vsync;
CheckState use_assembly_shaders;
CheckState use_asynchronous_shaders;
CheckState use_fast_gpu_time;
CheckState force_30fps_mode;
} extern trackers;