settings: Add new graphics setting for use_asynchronous_gpu_emulation.

This commit is contained in:
bunnei 2019-01-07 21:46:33 -05:00
parent 81e086b5ac
commit d6015ee211
7 changed files with 24 additions and 0 deletions

View file

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