steamcompmgr: Disable NV12 screenshot hack

Closes: #716
This commit is contained in:
Joshua Ashton 2022-12-21 11:42:05 +00:00
parent 9f3e152d13
commit f863708a1f

View file

@ -1921,8 +1921,7 @@ paint_all(bool async)
pCaptureTexture = pw_buffer->texture;
}
#endif
// hack: forced to nv12 rn
bool bHackForceNV12DumpScreenshot = true;
constexpr bool bHackForceNV12DumpScreenshot = false;
uint32_t drmCaptureFormat = bHackForceNV12DumpScreenshot
? DRM_FORMAT_NV12