[01/11] d3dx10: Add stub for d3dx10_43

Owen Rudge orudge at codeweavers.com
Wed Aug 18 16:01:53 CDT 2010


These patches implement full stubs for all the d3dx10 DLLs. Currently, 
the D3DX10-specific functions are unimplemented, and the other functions 
are forwarded to d3dx9_36 (as far as I can tell, the syntax and 
functionality of these functions have not changed).

This will allow Mass Effect 2 to run without native DLLs.

---
  dlls/d3dx10_43/Makefile.in      |   14 +++
  dlls/d3dx10_43/d3dx10_43.spec   |  176 
+++++++++++++++++++++++++++++++++++++++
  dlls/d3dx10_43/d3dx10_43_main.c |   64 ++++++++++++++
  dlls/d3dx10_43/version.rc       |   26 ++++++
  4 files changed, 280 insertions(+), 0 deletions(-)
  create mode 100644 dlls/d3dx10_43/Makefile.in
  create mode 100644 dlls/d3dx10_43/d3dx10_43.spec
  create mode 100644 dlls/d3dx10_43/d3dx10_43_main.c
  create mode 100644 dlls/d3dx10_43/version.rc


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-d3dx10-Add-stub-for-d3dx10_43.patch
Type: text/x-patch
Size: 15430 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100818/7975ce93/attachment.bin>


More information about the wine-patches mailing list