mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(D3D) xdk_defines - cleanups
This commit is contained in:
parent
25b60fc0ca
commit
0a85e95d0d
@ -21,10 +21,6 @@
|
||||
#if defined(_XBOX1)
|
||||
/* XBox 1*/
|
||||
|
||||
#define SetSamplerState_function(device, sampler, type, value) \
|
||||
D3D__DirtyFlags |= (D3DDIRTYFLAG_TEXTURE_STATE_0 << sampler); \
|
||||
D3D__TextureState[sampler][type] = value
|
||||
|
||||
#define RD3DDevice_SetTransform(device, State, pMatrix) D3DDevice_SetTransform(State, pMatrix)
|
||||
|
||||
#define RD3DVertexBuffer_Lock(device, OffsetToLock, SizeToLock, ppbData, Flags) *ppbData = D3DVertexBuffer_Lock2(device, Flags) + OffsetToLock
|
||||
|
Loading…
x
Reference in New Issue
Block a user