[TEST] Another increased on windows size

This commit is contained in:
CamilleLaVey
2026-08-07 20:58:31 -04:00
parent 9c596696ae
commit fd75a6d1e4
+1 -1
View File
@@ -705,7 +705,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;