1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-27 01:06:28 -05:00

Implement Force Early Z Register (#1755)

This commit is contained in:
riperiperi
2020-12-01 23:13:27 +00:00
committed by GitHub
parent e383c41b6e
commit 461c24092a
8 changed files with 60 additions and 2 deletions

View File

@@ -78,5 +78,10 @@
{
return TextureFormat.R8G8B8A8Unorm;
}
bool QueryEarlyZForce()
{
return false;
}
}
}