Undertale boots
This commit is contained in:
parent
ce5f5a6442
commit
00fce5a51d
2 changed files with 24 additions and 2 deletions
|
@ -86,8 +86,8 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public IProgram CreateProgram(ShaderSource[] shaders, ShaderInfo info)
|
||||
{
|
||||
var library = _device.NewDefaultLibrary();
|
||||
throw new NotImplementedException();
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
return new Program();
|
||||
}
|
||||
|
||||
public ISampler CreateSampler(SamplerCreateInfo info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue