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 fca1122cef
commit 300139799f
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;