mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 06:31:52 +00:00
NX/VITA: Disable fullbrights and overbrights
This commit is contained in:
parent
89cee00d6c
commit
3c9b5a70c8
2 changed files with 6 additions and 6 deletions
|
@ -29,14 +29,14 @@ fov_adapt "1"
|
|||
gamma "0.6"
|
||||
gl_farclip "16384"
|
||||
gl_flashblend "0"
|
||||
gl_fullbrights "1"
|
||||
gl_fullbrights "0"
|
||||
gl_overbright "1"
|
||||
gl_overbright_models "1"
|
||||
gl_overbright_models "0"
|
||||
gl_subdivide_size "128"
|
||||
gl_texture_anisotropy "1"
|
||||
gl_texturemode "GL_NEAREST_MIPMAP_LINEAR"
|
||||
gl_triplebuffer "1"
|
||||
host_maxfps "72"
|
||||
host_maxfps "60"
|
||||
joy_deadzone "0.175"
|
||||
joy_deadzone_trigger "0.2"
|
||||
joy_enable "1"
|
||||
|
|
|
@ -29,14 +29,14 @@ fov_adapt "1"
|
|||
gamma "1"
|
||||
gl_farclip "16384"
|
||||
gl_flashblend "0"
|
||||
gl_fullbrights "1"
|
||||
gl_fullbrights "0"
|
||||
gl_overbright "1"
|
||||
gl_overbright_models "1"
|
||||
gl_overbright_models "0"
|
||||
gl_subdivide_size "128"
|
||||
gl_texture_anisotropy "1"
|
||||
gl_texturemode "GL_NEAREST_MIPMAP_LINEAR"
|
||||
gl_triplebuffer "1"
|
||||
host_maxfps "72"
|
||||
host_maxfps "60"
|
||||
joy_deadzone "0.175"
|
||||
joy_deadzone_trigger "0.2"
|
||||
joy_enable "1"
|
||||
|
|
Loading…
Reference in a new issue