mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
video_core: Various fixes (#423)
* video_core: Various fixes * clang format
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user