wined3d: Fix a typo in TRACE message.
Spotted by Sergey Isakov. Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2fe8e29140
commit
ad887d6049
|
@ -1454,7 +1454,7 @@ static const struct gpu_description *query_gpu_description(const struct wined3d_
|
|||
if (wined3d_settings.pci_device_id != PCI_DEVICE_NONE)
|
||||
{
|
||||
device = wined3d_settings.pci_device_id;
|
||||
TRACE("Overriding device PCI ID with 0x%04x.\n", vendor);
|
||||
TRACE("Overriding device PCI ID with 0x%04x.\n", device);
|
||||
}
|
||||
|
||||
if (wined3d_settings.emulated_textureram)
|
||||
|
|
Loading…
Reference in New Issue