Advertisement
Guest User

Citra custom layout v2

a guest
Aug 4th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Citra integer scaling для 1920х1080p
  2.  
  3. Файл конфига называется qt-config.ini и лежит тут:
  4. C:\Users\(username)\Appdata\Roaming\Citra\config
  5. Менять нужно раздел [Layout] начиная со строчки custom_layout\default=
  6.  
  7. Первый вариант:
  8. custom_layout\default=false
  9. custom_layout=true
  10. custom_top_left\default=true
  11. custom_top_top\default=true
  12. custom_top_right\default=false
  13. custom_top_bottom\default=false
  14. custom_bottom_left\default=false
  15. custom_bottom_top\default=false
  16. custom_bottom_right\default=false
  17. custom_bottom_bottom\default=false
  18. custom_top_left=0
  19. custom_top_top=0
  20. custom_top_right=1600
  21. custom_top_bottom=960
  22. custom_bottom_left=1600
  23. custom_bottom_top=840
  24. custom_bottom_right=1920
  25. custom_bottom_bottom=1080
  26.  
  27. Второй вариант:
  28. custom_layout\default=false
  29. custom_layout=true
  30. custom_top_left\default=true
  31. custom_top_top\default=true
  32. custom_top_right\default=false
  33. custom_top_bottom\default=false
  34. custom_bottom_left\default=false
  35. custom_bottom_top\default=false
  36. custom_bottom_right\default=false
  37. custom_bottom_bottom\default=false
  38. custom_top_left=0
  39. custom_top_top=0
  40. custom_top_right=1200
  41. custom_top_bottom=720
  42. custom_bottom_left=1280
  43. custom_bottom_top=600
  44. custom_bottom_right=1920
  45. custom_bottom_bottom=1080
  46.  
  47. Третий вариант:
  48. custom_layout\default=false
  49. custom_layout=true
  50. custom_top_left\default=false
  51. custom_top_top\default=false
  52. custom_top_right\default=false
  53. custom_top_bottom\default=false
  54. custom_bottom_left\default=false
  55. custom_bottom_top\default=false
  56. custom_bottom_right\default=false
  57. custom_bottom_bottom\default=false
  58. custom_top_left=40
  59. custom_top_top=180
  60. custom_top_right=1240
  61. custom_top_bottom=900
  62. custom_bottom_left=1240
  63. custom_bottom_top=300
  64. custom_bottom_right=1880
  65. custom_bottom_bottom=780
  66.  
  67. Четвёртый вариант:
  68. custom_layout\default=false
  69. custom_layout=true
  70. custom_top_left\default=false
  71. custom_top_top\default=false
  72. custom_top_right\default=false
  73. custom_top_bottom\default=false
  74. custom_bottom_left\default=false
  75. custom_bottom_top\default=false
  76. custom_bottom_right\default=false
  77. custom_bottom_bottom\default=false
  78. custom_top_left=560
  79. custom_top_top=60
  80. custom_top_right=1360
  81. custom_top_bottom=540
  82. custom_bottom_left=640
  83. custom_bottom_top=540
  84. custom_bottom_right=1280
  85. custom_bottom_bottom=1020
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement