dolphin/Source/Core/VideoBackends
Pokechu22 4a4244f04d Software: Fix bad backbuffer size
MAX_XFB_WIDTH/HEIGHT are the largest XFB sizes seen in practice, but do not make sense to use for the backbuffer size, which should be the size of the window.  The old code created screenshots with a size of 720x540 on NTSC games when "Dump Frames at Internal Resolution" is unchecked; now, the window size is used.
2021-05-24 12:16:39 -07:00
..
D3D VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
D3D12 VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
D3DCommon msbuild: bundle all dolphin "core" code into single library 2021-01-27 14:29:49 -08:00
Null VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
OGL VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
Software Software: Fix bad backbuffer size 2021-05-24 12:16:39 -07:00
Vulkan VideoCommon: Split BBox* functions into common and backend implementation variants 2021-05-22 01:11:57 -04:00
CMakeLists.txt CMake: Add option to enable/disable Vulkan video backend 2020-10-23 20:14:46 +02:00