2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

remove debug logging

This commit is contained in:
Laku 2018-08-22 11:45:28 +03:00
parent 8e8326595f
commit 4877e6c2f6

View file

@ -864,8 +864,6 @@ private:
result += ')';
LOG_DEBUG(HW_GPU, "LOP3 Shader code: {}", result);
if (dest != Tegra::Shader::Register::ZeroIndex) {
regs.SetRegisterToInteger(dest, true, 0, result, 1, 1);
}