Set TargetLanguage for Metal to MSL
This commit is contained in:
committed by
Evan Husted
parent
d65858be25
commit
2e3509f8e8
@@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
public ProgramLinkStatus CheckProgramLink(bool blocking)
|
||||
{
|
||||
return ProgramLinkStatus.Failure;
|
||||
return ProgramLinkStatus.Success;
|
||||
}
|
||||
|
||||
public byte[] GetBinary()
|
||||
|
||||
Reference in New Issue
Block a user