mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 10:37:57 -05:00
shader: Add logging
This commit is contained in:
@ -253,7 +253,7 @@ void EmitCode(EmitContext& ctx, const IR::Program& program) {
|
||||
}
|
||||
}
|
||||
if (!ctx.reg_alloc.IsEmpty()) {
|
||||
// LOG_WARNING ...;
|
||||
LOG_WARNING(Shader_GLASM, "Register leak after generating code");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user