Cleanup encoder getting + Fix capture overflow
This commit is contained in:
committed by
Evan Husted
parent
2812f01643
commit
c1ef270b9d
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user