mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 08:02:33 -07:00
Undertale boots
This commit is contained in:
committed by
Isaac Marovitz
parent
ce5f5a6442
commit
00fce5a51d
@@ -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)
|
||||
|
Reference in New Issue
Block a user