Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call of Duty 2: Big Red One missing D3DDevice_SetVerticalBlankCallback symbol #153

Open
RadWolfie opened this issue Nov 7, 2021 · 0 comments
Labels
D3D8LTCG OOVPA relative topic needs-verification Require verification before approval task

Comments

@RadWolfie
Copy link
Member

Acoording to my old symbol cache file with D3DDevice_SetVerticalBlankCallback ommited out from newer symbol cache file. Further investigation is needed to be sure if older signatures are inaccurate or confirm missing.

D3DDevice_SetVerticalBlankCallback = 0x3e6260

[Certificate]
Name = Call of Duty 2: Big Red One
TitleID = AV-081
TitleIDHex = 0x41560051
Region = 0x7

[Libs]
XAPILIB = 5849
UIX = 5849
XONLINES = 5849
XVOICE = 5849
VOICMAIL = 5849
D3DX8 = 5849
DSOUND = 5849
LIBCPMT = 5849
LIBCMT = 5849
XBOXKRNL = 5849
D3D8LTCG = 5849
XGRAPHCL = 5849
BuildVersion = 5849

D3DDevice_SetVerticalBlankCallback, signature that is dependent on is D3DDevice__m_VerticalBlankEvent__ManualFindGeneric signature through manual scan process.

There are three functions I notice are very identical except for the offsets used with them.

  • D3DDevice_SetSwapCallback
  • D3DDevice_SetVerticalBlankCallback
  • D3DDevice_SetWaitCallback
@RadWolfie RadWolfie added D3D8LTCG OOVPA relative topic needs-verification Require verification before approval task labels Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D3D8LTCG OOVPA relative topic needs-verification Require verification before approval task
Projects
None yet
Development

No branches or pull requests

1 participant