Revert "Enable the Unpack Subimage path on DX9 (maybe should just remove the check)"

This causes some breakage that need investigation.

This reverts commit 1970d38650.
This commit is contained in:
Henrik Rydgard 2016-03-22 20:32:31 +01:00
parent e270b955bb
commit 8a39794c47

View file

@ -480,7 +480,6 @@ void DIRECTX9_GPU::CheckGPUFeatures() {
features |= GPU_SUPPORTS_TEXTURE_LOD_CONTROL;
features |= GPU_PREFER_CPU_DOWNLOAD;
features |= GPU_SUPPORTS_ACCURATE_DEPTH;
features |= GPU_SUPPORTS_UNPACK_SUBIMAGE;
D3DCAPS9 caps;
ZeroMemory(&caps, sizeof(caps));