mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 01:17:56 -05:00
remove debug logging
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user