ddraw: Use the same device name as Windows for the Direct3D HAL device.

This commit is contained in:
Akihiro Sagawa 2011-10-02 22:29:20 +09:00 committed by Alexandre Julliard
parent ea3895e133
commit f2044702fa
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static struct enum_device_entry
/* HAL device */
{
"WINE Direct3D7 Hardware acceleration using WineD3D",
"Wine D3D7 HAL",
"Direct3D HAL",
&IID_IDirect3DHALDevice,
},