mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 17:50:56 -05:00
Log failed format conversions
This commit is contained in:
committed by
Evan Husted
parent
e49702965f
commit
585bdc2b54
@@ -180,6 +180,11 @@ namespace Ryujinx.Graphics.Metal
|
||||
}
|
||||
}
|
||||
|
||||
if (mtlFormat == MTLPixelFormat.Invalid)
|
||||
{
|
||||
Logger.Error?.PrintMsg(LogClass.Gpu, $"Application requested {format}, no direct equivalent was found!");
|
||||
}
|
||||
|
||||
return mtlFormat;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user