settings: Add new graphics setting for use_asynchronous_gpu_emulation.
This commit is contained in:
parent
81e086b5ac
commit
d6015ee211
7 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue