early-access version 2564
This commit is contained in:
parent
8976d3f67b
commit
4ed995fef3
2 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2561.
|
This is the source code for early-access 2564.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -781,11 +781,6 @@ bool TextureCacheRuntime::ShouldReinterpret(Image& dst, Image& src) {
|
||||||
!device.IsExtShaderStencilExportSupported()) {
|
!device.IsExtShaderStencilExportSupported()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (VideoCore::Surface::GetFormatType(src.info.format) ==
|
|
||||||
VideoCore::Surface::SurfaceType::DepthStencil &&
|
|
||||||
!device.IsExtShaderStencilExportSupported()) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
if (dst.info.format == PixelFormat::D32_FLOAT_S8_UINT ||
|
if (dst.info.format == PixelFormat::D32_FLOAT_S8_UINT ||
|
||||||
src.info.format == PixelFormat::D32_FLOAT_S8_UINT) {
|
src.info.format == PixelFormat::D32_FLOAT_S8_UINT) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue