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 6e589d9d59
commit 5daa646d62
7 changed files with 23 additions and 0 deletions
+1
View File
@@ -392,6 +392,7 @@ struct Values {
bool use_frame_limit;
u16 frame_limit;
bool use_accurate_gpu_emulation;
bool use_asynchronous_gpu_emulation;
float bg_red;
float bg_green;