Cleanup encoder getting + Fix capture overflow
This commit is contained in:
parent
1cb2ec7ebc
commit
61910fe342
3 changed files with 51 additions and 134 deletions
|
@ -118,7 +118,6 @@ namespace Ryujinx.Graphics.Metal
|
|||
public ITexture CreateTexture(TextureCreateInfo info)
|
||||
{
|
||||
var texture = new Texture(_device, _pipeline, info);
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Texture created!");
|
||||
|
||||
return texture;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue