mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 01:32:33 -07:00
Cleanup encoder getting + Fix capture overflow
This commit is contained in:
committed by
Isaac Marovitz
parent
1cb2ec7ebc
commit
61910fe342
@@ -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