diff --git a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/maxwell_3d.cpp b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/maxwell_3d.cpp index 05f4908b..d649f9e9 100644 --- a/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/maxwell_3d.cpp +++ b/app/src/main/cpp/skyline/gpu/interconnect/maxwell_3d/maxwell_3d.cpp @@ -152,7 +152,6 @@ namespace skyline::gpu::interconnect::maxwell3d { if (!(view->range.aspectMask & vk::ImageAspectFlagBits::eColor)) { Logger::Warn("Colour RT used in clear lacks colour aspect"); // TODO: Drop this check after texman rework - return; } if (needsAttachmentClearCmd(view)) {