mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 17:57:58 -05:00
configure_graphics: Remove Force 30 FPS mode
The introduction of multicore rendered this setting non-functional as timing code was changed. This removes the setting entirely.
This commit is contained in:
@ -38,5 +38,4 @@ private:
|
||||
ConfigurationShared::CheckState use_assembly_shaders;
|
||||
ConfigurationShared::CheckState use_asynchronous_shaders;
|
||||
ConfigurationShared::CheckState use_fast_gpu_time;
|
||||
ConfigurationShared::CheckState force_30fps_mode;
|
||||
};
|
||||
|
Reference in New Issue
Block a user