Boot TOTK

This commit is contained in:
Isaac Marovitz 2023-08-14 12:17:22 +01:00
parent ee6081757d
commit d2cfbebc2f
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 2 additions and 1 deletions

View File

@ -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()