early-access version 1794

This commit is contained in:
pineappleEA
2021-06-18 16:07:15 +02:00
parent d7e99270a3
commit b57607168a
15 changed files with 133 additions and 56 deletions

View File

@@ -149,6 +149,7 @@ struct Values {
Setting<bool> use_nvdec_emulation;
Setting<bool> accelerate_astc;
Setting<bool> use_vsync;
Setting<bool> disable_fps_limit;
Setting<bool> use_assembly_shaders;
Setting<bool> use_asynchronous_shaders;
Setting<bool> use_fast_gpu_time;
@@ -224,7 +225,6 @@ struct Values {
bool reporting_services;
bool quest_flag;
bool disable_macro_jit;
bool unlimit_fps;
bool extended_logging;
bool use_debug_asserts;
bool use_auto_stub;