[TEST] Another increased on windows size

This commit is contained in:
CamilleLaVey
2026-08-07 20:58:31 -04:00
parent a8589321bc
commit c0c0af6085
+1 -1
View File
@@ -716,7 +716,7 @@ public:
if (get_native_handle == nullptr) {
return false;
}
constexpr size_t window_size = 256ULL << 20;
constexpr size_t window_size = 512ULL << 20;
const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size);
if (AHardwareBuffer_isSupported(&window_desc) == 0) {
return false;