Rebase for per game settings

This commit is contained in:
David Marcec 2020-07-10 14:00:02 +10:00
parent a4e811af27
commit 74d8c9e0dd
9 changed files with 53 additions and 1 deletions

View file

@ -434,6 +434,7 @@ struct Values {
Setting<bool> use_asynchronous_gpu_emulation;
Setting<bool> use_vsync;
Setting<bool> use_assembly_shaders;
Setting<bool> use_asynchronous_shaders;
Setting<bool> force_30fps_mode;
Setting<bool> use_fast_gpu_time;