yuzu/src/video_core
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
..
buffer_cache VulkanBufferCache: Avoid adding barriers between multiple copies. 2021-11-16 22:11:32 +01:00
command_classes
engines
host_shaders HostShader: fix Gaussian filter. 2021-11-16 22:11:33 +01:00
macro
renderer_opengl Merge pull request #7294 from vonchenplus/fix_image_update_error_when_width_too_small 2021-11-19 15:56:27 -08:00
renderer_vulkan Merge pull request #7357 from Morph1984/s8_uint 2021-11-19 01:16:49 -08:00
texture_cache Merge pull request #7357 from Morph1984/s8_uint 2021-11-19 01:16:49 -08:00
textures TextureCache: Fix Automatic Anisotropic. 2021-11-17 03:15:08 +01:00
vulkan_common renderer_vulkan: Implement S8_UINT stencil format 2021-11-18 00:05:51 -05:00
cdma_pusher.cpp
cdma_pusher.h
CMakeLists.txt Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings 2021-11-16 22:11:33 +01:00
compatible_formats.cpp
compatible_formats.h
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h
framebuffer_config.h
gpu_thread.cpp
gpu_thread.h
gpu.cpp
gpu.h video_core: Add S8_UINT stencil format 2021-11-17 15:04:38 -05:00
memory_manager.cpp
memory_manager.h
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
shader_cache.cpp
shader_cache.h
shader_environment.cpp
shader_environment.h
shader_notify.cpp
shader_notify.h
surface.cpp video_core: Add S8_UINT stencil format 2021-11-17 15:04:38 -05:00
surface.h video_core: Add S8_UINT stencil format 2021-11-17 15:04:38 -05:00
transform_feedback.cpp
transform_feedback.h
video_core.cpp Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
video_core.h Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00