mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 17:22:33 -07:00
Warn when generating unsupported shader
This commit is contained in:
committed by
Isaac Marovitz
parent
d0d5c76f06
commit
27effab989
@@ -20,7 +20,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
public CodeGenContext(StructuredProgramInfo info, ShaderConfig config)
|
||||
{
|
||||
Info = info;
|
||||
Config = Config;
|
||||
Config = config;
|
||||
|
||||
_sb = new StringBuilder();
|
||||
}
|
||||
|
Reference in New Issue
Block a user