Fix warnings
This commit is contained in:
parent
468ab8242f
commit
fd0329f2eb
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ using System.Runtime.Versioning;
|
|||
|
||||
namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
readonly struct ScopedTemporaryBuffer : IDisposable
|
||||
{
|
||||
private readonly BufferManager _bufferManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue