mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 18:28:54 +02:00
vk_shader_decompiler: Reduce YNegate's severity
This commit is contained in:
parent
72b999d789
commit
761483ac63
1 changed files with 1 additions and 1 deletions
|
|
@ -1920,7 +1920,7 @@ private:
|
|||
}
|
||||
|
||||
Expression YNegate(Operation) {
|
||||
UNIMPLEMENTED();
|
||||
LOG_WARNING(Render_Vulkan, "(STUBBED)");
|
||||
return {Constant(t_float, 1.0f), Type::Float};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue