mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-12-20 07:42:20 +00:00
Boot TOTK
This commit is contained in:
parent
b37c109673
commit
5198fcb881
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ namespace Ryujinx.Graphics.Metal
|
||||||
|
|
||||||
public ITexture CreateView(TextureCreateInfo info, int firstLayer, int firstLevel)
|
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()
|
public PinnedSpan<byte> GetData()
|
||||||
|
|
Loading…
Reference in a new issue