GPU: Add Fast GPU Time Option.

This commit is contained in:
Fernando Sahmkow 2020-04-20 13:20:52 -04:00
parent 9311983f3d
commit c8f4549d43
7 changed files with 21 additions and 1 deletions

View file

@ -446,6 +446,7 @@ struct Values {
bool use_asynchronous_gpu_emulation;
bool use_vsync;
bool force_30fps_mode;
bool use_fast_gpu_time;
float bg_red;
float bg_green;