“Report” Driver

This commit is contained in:
Isaac Marovitz 2024-01-27 16:08:57 -05:00 committed by Isaac Marovitz
parent 937244b289
commit c088883e44
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace Ryujinx.Graphics.Metal
public HardwareInfo GetHardwareInfo()
{
return new HardwareInfo(HardwareInfoTools.GetVendor(), HardwareInfoTools.GetModel());
return new HardwareInfo(HardwareInfoTools.GetVendor(), HardwareInfoTools.GetModel(), "Apple");
}
public IProgram LoadProgramBinary(byte[] programBinary, bool hasFragmentShader, ShaderInfo info)