diff --git a/src/shader_recompiler/frontend/translate/export.cpp b/src/shader_recompiler/frontend/translate/export.cpp index 0abef2e81..51f28305c 100644 --- a/src/shader_recompiler/frontend/translate/export.cpp +++ b/src/shader_recompiler/frontend/translate/export.cpp @@ -33,8 +33,6 @@ void Translator::ExportMrtCompressed(IR::Attribute attribute, u32 idx, const IR: AmdGpu::NumberFormat num_format; switch (color_buffer.export_format) { case AmdGpu::Liverpool::ShaderExportFormat::Zero: - // No export - return; case AmdGpu::Liverpool::ShaderExportFormat::ABGR_FP16: num_format = AmdGpu::NumberFormat::Float; break;