mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-15 07:46:50 -05:00
Precise Float Fixes
Fixes artifacts in TOTK
This commit is contained in:
committed by
Evan Husted
parent
6f24b88e88
commit
2e5ae70b91
@@ -122,6 +122,11 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
AppendHelperFunction(context, "Ryujinx.Graphics.Shader/CodeGen/Msl/HelperFunctions/SwizzleAdd.metal");
|
||||
}
|
||||
|
||||
if ((info.HelperFunctionsMask & HelperFunctionsMask.Precise) != 0)
|
||||
{
|
||||
AppendHelperFunction(context, "Ryujinx.Graphics.Shader/CodeGen/Msl/HelperFunctions/Precise.metal");
|
||||
}
|
||||
|
||||
return sets;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user