mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[D3DX9_33] We don't need these here as d3dx9_36 already has them.
svn path=/trunk/; revision=73366
This commit is contained in:
@@ -63,21 +63,3 @@ BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers)
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* D3DXDebugMute
|
||||
* Returns always FALSE for us.
|
||||
*/
|
||||
BOOL WINAPI D3DXDebugMute(BOOL mute)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* D3DXGetDriverLevel.
|
||||
* Returns always 900 (DX 9) for us
|
||||
*/
|
||||
UINT WINAPI D3DXGetDriverLevel(struct IDirect3DDevice9 *device)
|
||||
{
|
||||
return 900;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user