소스 검색

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

As the title say, this restore the value to 1.
Mary 5 년 전
부모
커밋
2ce59c44bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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": "",