yuzu/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/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
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 Revert "input_common: Fix data race on GC implementation" 2021-10-23 23:32:16 +02:00
shader_recompiler ShaderCache: Better fix for Shuffling gl_FragCoord 2021-11-16 22:11:33 +01:00
tests logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
video_core Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
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 CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00