aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary <me@thog.eu>2020-09-13 03:02:45 +0200
committerGitHub <noreply@github.com>2020-09-13 11:02:45 +1000
commit2ce59c44bcb2d789f4d6312b26cf41f36915d73c (patch)
tree22fd97f3db73513f607495ba0908244bee0acbc5
parent36ec1bc6c023811235d9f5fb664feff09bc7b4f7 (diff)
Fix debug Config using res scaling 2x by default (#1546)
As the title say, this restore the value to 1.
-rw-r--r--Ryujinx/Config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json
index 2ca59df8..d0fb1fc2 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": "",