misc: chore: Use explicit types in Metal project
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Swap(ColorBlendStateUid uid)
|
||||
{
|
||||
var format = PixelFormat;
|
||||
MTLPixelFormat format = PixelFormat;
|
||||
|
||||
this = uid;
|
||||
PixelFormat = format;
|
||||
|
||||
Reference in New Issue
Block a user