video_core: Various fixes (#423)

* video_core: Various fixes

* clang format
This commit is contained in:
TheTurtle
2024-08-13 20:05:10 +03:00
committed by GitHub
parent bb159eafb9
commit d8b9d82ffa
7 changed files with 50 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ T Translator::GetSrc(const InstOperand& operand) {
}
} else {
if (operand.input_modifier.abs) {
UNREACHABLE();
LOG_WARNING(Render_Vulkan, "Input abs modifier on integer instruction");
}
if (operand.input_modifier.neg) {
UNREACHABLE();