Module: wine Branch: master Commit: f2044702fa442ca513a720536b88ba77d9d4a970 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f2044702fa442ca513a720536b...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Sun Oct 2 22:29:20 2011 +0900
ddraw: Use the same device name as Windows for the Direct3D HAL device.
---
dlls/ddraw/ddraw.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c index 18fe07f..3fe3204 100644 --- a/dlls/ddraw/ddraw.c +++ b/dlls/ddraw/ddraw.c @@ -56,7 +56,7 @@ static struct enum_device_entry /* HAL device */ { "WINE Direct3D7 Hardware acceleration using WineD3D", - "Wine D3D7 HAL", + "Direct3D HAL", &IID_IDirect3DHALDevice, },