added a toggle to force 30fps mode

This commit is contained in:
zarroboogs 2019-04-06 23:02:55 +03:00
parent f14328bf0a
commit be6466d5c0
5 changed files with 23 additions and 6 deletions

View file

@ -393,6 +393,7 @@ struct Values {
bool use_disk_shader_cache;
bool use_accurate_gpu_emulation;
bool use_asynchronous_gpu_emulation;
bool force_30fps_mode;
float bg_red;
float bg_green;