mirror of https://github.com/PCSX2/pcsx2.git
GS/SW: Use target instead of texture for upload
This commit is contained in:
parent
126ae4a0f0
commit
22d8e6f79f
|
@ -146,7 +146,7 @@ GSTexture* GSRendererSW::GetOutput(int i, int& y_offset)
|
|||
|
||||
// TODO: round up bottom
|
||||
|
||||
if (g_gs_device->ResizeTexture(&m_texture[i], w, h, false))
|
||||
if (g_gs_device->ResizeTarget(&m_texture[i], w, h))
|
||||
{
|
||||
static int pitch = 1024 * 4;
|
||||
|
||||
|
|
Loading…
Reference in New Issue