Some debug improvements
This commit is contained in:
parent
3d12f7ef74
commit
42c6611563
3 changed files with 9 additions and 2 deletions
|
@ -59,6 +59,9 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
|||
|
||||
public static void Declare(CodeGenContext context, StructuredProgramInfo info)
|
||||
{
|
||||
// TODO: Re-enable this warning
|
||||
context.AppendLine("#pragma clang diagnostic ignored \"-Wunused-variable\"");
|
||||
context.AppendLine();
|
||||
context.AppendLine("#include <metal_stdlib>");
|
||||
context.AppendLine("#include <simd/simd.h>");
|
||||
context.AppendLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue