mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
cac9ee7685
commit
f435dd9da8
|
@ -236,14 +236,11 @@ begin
|
||||||
);
|
);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//FHostCacheMt:=findMemoryType(mr.memoryTypeBits,
|
//We'll try it, but the driver still sucks
|
||||||
// ord(VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) or
|
if (FHostVisibMt=DWORD(-1)) then
|
||||||
// ord(VK_MEMORY_PROPERTY_HOST_CACHED_BIT));
|
begin
|
||||||
|
FHostVisibMt:=0;
|
||||||
//if (FHostCacheMt=DWORD(-1)) then
|
end;
|
||||||
//begin
|
|
||||||
// FHostCacheMt:=FHostVisibMt;
|
|
||||||
//end;
|
|
||||||
|
|
||||||
Writeln(' SelectHost=',FHostVisibMt);
|
Writeln(' SelectHost=',FHostVisibMt);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue