Merge pull request #4879 from tywald/accurate-gs-on

Remove 'Accurate Geometry Shader' setting
This commit is contained in:
Weiyi Wang 2019-08-18 15:52:45 -04:00 committed by GitHub
commit b4d45b57c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1 additions and 30 deletions

View file

@ -141,7 +141,6 @@ struct Values {
bool use_gles;
bool use_hw_renderer;
bool use_hw_shader;
bool shaders_accurate_gs;
bool shaders_accurate_mul;
bool use_shader_jit;
u16 resolution_factor;