mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-30 02:22:55 +00:00
misc: chore: Use explicit types in Metal project
This commit is contained in:
@@ -170,7 +170,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public static MTLPixelFormat GetFormat(Format format)
|
||||
{
|
||||
var mtlFormat = _table[(int)format];
|
||||
MTLPixelFormat mtlFormat = _table[(int)format];
|
||||
|
||||
if (IsD24S8(format))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user