yuzu-fork/src/core/frontend
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
..
applets applets/swkbd: Skip text checking if the text has been confirmed 2021-11-08 13:05:50 -05:00
emu_window.cpp core: Remove unused includes 2021-11-03 21:42:57 -04:00
emu_window.h core: Remove unused includes 2021-11-03 21:42:57 -04:00
framebuffer_layout.cpp Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
framebuffer_layout.h Fix screenshot dimensions when at 1x scale 2021-11-20 17:50:24 -05:00
input.h General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 2021-06-23 13:48:21 -04:00
input_interpreter.cpp input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
input_interpreter.h input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00