mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-30 18:30:51 +00:00
[TEST] Another increased on windows size
This commit is contained in:
@@ -705,7 +705,7 @@ public:
|
|||||||
if (get_native_handle == nullptr) {
|
if (get_native_handle == nullptr) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
constexpr size_t window_size = 256ULL << 20;
|
constexpr size_t window_size = 512ULL << 20;
|
||||||
const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size);
|
const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size);
|
||||||
if (AHardwareBuffer_isSupported(&window_desc) == 0) {
|
if (AHardwareBuffer_isSupported(&window_desc) == 0) {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user