suyu/src
ameerj fe1f06c856 Fix screenshot dimensions when at 1x scale
This was regressed by ART.
Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size.

This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor.
2021-11-20 17:50:24 -05:00
..
audio_core
common TextureCache: Add automatic anisotropic filtering and refactor code. 2021-11-16 23:14:51 +01:00
core Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
input_common
shader_recompiler ShaderCache: Better fix for Shuffling gl_FragCoord 2021-11-16 22:11:33 +01:00
tests
video_core Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
web_service
yuzu Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
yuzu_cmd Frontend: Add anti-aliasing method setting 2021-11-16 22:11:32 +01:00
.clang-format
CMakeLists.txt