Temporary force to 4k

This commit is contained in:
riperiperi 2024-01-21 20:38:17 +00:00
parent 10ee46744b
commit c97686924b
2 changed files with 2 additions and 2 deletions

View file

@ -1628,7 +1628,7 @@ namespace Ryujinx.Graphics.Gpu.Image
// on those platforms.
if (!_physicalMemory.Supports4KBPages && !Storage.Info.IsLinear && !_context.IsGpuThread())
{
return;
//return;
}
// If size is zero, we have nothing to flush.