mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 02:08:03 -05:00
vk_shader_decompiler: Reduce YNegate's severity
This commit is contained in:
@ -1920,7 +1920,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
Expression YNegate(Operation) {
|
Expression YNegate(Operation) {
|
||||||
UNIMPLEMENTED();
|
LOG_WARNING(Render_Vulkan, "(STUBBED)");
|
||||||
return {Constant(t_float, 1.0f), Type::Float};
|
return {Constant(t_float, 1.0f), Type::Float};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user