Browse Source

Fix debug Config using res scaling 2x by default (#1546)

As the title say, this restore the value to 1.
Mary 5 years ago
parent
commit
2ce59c44bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ryujinx/Config.json

+ 1 - 1
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": "",