Skip to content

Commit

Permalink
Merge pull request #186 from RadWolfie/d3dltcg-fixes
Browse files Browse the repository at this point in the history
D3D8LTCG symbols fixes after include .text section filter
  • Loading branch information
RadWolfie authored Feb 20, 2023
2 parents df9a6a6 + 34720d7 commit 778f600
Show file tree
Hide file tree
Showing 25 changed files with 1,308 additions and 880 deletions.
3 changes: 2 additions & 1 deletion include/xref/d3d8.def
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ XREF_SYMBOL(D3D_CDevice_LazySetStateUP)
XREF_SYMBOL(D3D_CDevice_MakeSpace)
XREF_SYMBOL(D3D_CDevice_SetStateUP)
XREF_SYMBOL(D3D_CDevice_SetStateVB)
XREF_SYMBOL(D3D_CDevice_SetTextureStageStateNotInline)
XREF_SYMBOL(D3D_CMiniport_CreateCtxDmaObject)
XREF_SYMBOL(D3D_CMiniport_GetDisplayCapabilities)
XREF_SYMBOL(D3D_CMiniport_InitHardware)
Expand Down Expand Up @@ -196,7 +197,6 @@ XREF_SYMBOL(D3DDevice_InsertFence)
XREF_SYMBOL(D3DDevice_IsBusy)
XREF_SYMBOL(D3DDevice_IsFencePending)
XREF_SYMBOL(D3DDevice_KickPushBuffer)
XREF_SYMBOL(D3DDevice_LazySetStateVB)
XREF_SYMBOL(D3DDevice_LightEnable)
XREF_SYMBOL(D3DDevice_LoadVertexShader)
XREF_SYMBOL(D3DDevice_LoadVertexShaderProgram)
Expand Down Expand Up @@ -269,6 +269,7 @@ XREF_SYMBOL(D3DDevice_SetStipple)
XREF_SYMBOL(D3DDevice_SetStreamSource)
XREF_SYMBOL(D3DDevice_SetSwapCallback)
XREF_SYMBOL(D3DDevice_SetTexture)
XREF_SYMBOL(D3DDevice_SetTextureStageStateNotInline)
XREF_SYMBOL(D3DDevice_SetTextureState_BorderColor)
XREF_SYMBOL(D3DDevice_SetTextureState_BumpEnv)
XREF_SYMBOL(D3DDevice_SetTextureState_ColorKeyColor)
Expand Down
2 changes: 1 addition & 1 deletion include/xref/d3d8ltcg.def
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ XREF_SYMBOL(D3DDevice_SetRenderStateInline__GenericFragment)
// TODO: Verify each xref's function match with d3d8.def's function xrefs.

// functions
XREF_SYMBOL(D3DDevice_SetTextureStageStateNotInline)
XREF_SYMBOL(D3DDevice_SetTextureStageStateNotInline2)
XREF_SYMBOL(D3D_KickOffAndWaitForIdle2)
Loading

0 comments on commit 778f600

Please sign in to comment.