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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user