1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-25 22:12:02 -05:00

Make max anisotropy configurable (#1043)

* Make max anisotropy configurable

* Move opengl command to opengl project

* Add GUI option
This commit is contained in:
Xpl0itR
2020-03-30 22:38:52 +01:00
committed by GitHub
parent 5a52ca5071
commit 12d49c37d2
11 changed files with 108 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
{
"version": 2,
"version": 4,
"max_anisotropy": -1,
"graphics_shaders_dump_path": "",
"logging_enable_debug": false,
"logging_enable_stub": true,
@@ -12,6 +13,7 @@
"enable_file_log": true,
"system_language": "AmericanEnglish",
"system_region": "USA",
"system_time_zone": "UTC",
"docked_mode": false,
"enable_discord_integration": true,
"enable_vsync": true,