mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 20:12:25 -07:00
Set TargetLanguage for Metal to MSL
This commit is contained in:
committed by
Isaac Marovitz
parent
98e2ab5a49
commit
6017c225b2
@@ -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