Phil Costin : wined3d: Create stub for D3DPERF_SetOptions function.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 26 05:42:15 CDT 2006


Module: wine
Branch: master
Commit: 46047402a35923357d2eac3b2c4405f2efac103c
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=46047402a35923357d2eac3b2c4405f2efac103c

Author: Phil Costin <philcostin at hotmail.com>
Date:   Thu May 25 22:49:02 2006 +0100

wined3d: Create stub for D3DPERF_SetOptions function.

---

 dlls/d3d9/d3d9.spec   |    1 +
 dlls/d3d9/d3d9_main.c |    9 +++++++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/dlls/d3d9/d3d9.spec b/dlls/d3d9/d3d9.spec
index 77dd882..24e3ce6 100644
--- a/dlls/d3d9/d3d9.spec
+++ b/dlls/d3d9/d3d9.spec
@@ -3,3 +3,4 @@
 @ stdcall Direct3DCreate9(long)
 @ stdcall ValidatePixelShader(ptr long long ptr)
 @ stdcall ValidateVertexShader(ptr long long ptr)
+@ stdcall D3DPERF_SetOptions(long)
diff --git a/dlls/d3d9/d3d9_main.c b/dlls/d3d9/d3d9_main.c
index 467d71d..3ef5441 100644
--- a/dlls/d3d9/d3d9_main.c
+++ b/dlls/d3d9/d3d9_main.c
@@ -93,3 +93,12 @@ BOOL WINAPI ValidatePixelShader(LPVOID p
   FIXME("(%p %d %d %p): stub\n", pFunction, param1, param2, toto);
   return TRUE;
 }
+
+/***********************************************************************
+ *              D3DPERF_SetOptions (D3D9.@)
+ *
+ */
+void WINAPI D3DPERF_SetOptions(DWORD options)
+{
+  FIXME("(%#lx) : stub\n", options);
+}




More information about the wine-cvs mailing list