mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 14:04:55 +03:00
Boot TOTK
This commit is contained in:
parent
14999a1d51
commit
a3da70edc2
@ -119,7 +119,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public ITexture CreateView(TextureCreateInfo info, int firstLayer, int firstLevel)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
return this;
|
||||
}
|
||||
|
||||
public PinnedSpan<byte> GetData()
|
||||
|
Loading…
Reference in New Issue
Block a user