mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
remove debug logging
This commit is contained in:
parent
8e8326595f
commit
4877e6c2f6
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue