From 2ce59c44bcb2d789f4d6312b26cf41f36915d73c Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 13 Sep 2020 03:02:45 +0200 Subject: [PATCH] Fix debug Config using res scaling 2x by default (#1546) As the title say, this restore the value to 1. --- Ryujinx/Config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json index 2ca59df84..d0fb1fc2b 100644 --- a/Ryujinx/Config.json +++ b/Ryujinx/Config.json @@ -1,6 +1,6 @@ { "version": 11, - "res_scale": 2, + "res_scale": 1, "res_scale_custom": 1, "max_anisotropy": -1, "graphics_shaders_dump_path": "",