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

TASK: Replace default OV array to macro usage #62

Open
RadWolfie opened this issue Mar 21, 2019 · 0 comments
Open

TASK: Replace default OV array to macro usage #62

RadWolfie opened this issue Mar 21, 2019 · 0 comments
Labels

Comments

@RadWolfie
Copy link
Member

RadWolfie commented Mar 21, 2019

Library databases to work on:

  • D3D8 (Assigned to: __ )
  • D3D8LTCG (Assigned to: __ )
  • DSound (Do not fix this database)
  • JVS (Assigned to: __ )
  • XActEng (Assigned to: __ )
  • Xapi (Assigned to: __ )
  • XGraphic (Assigned to: __ )
  • XNet (Assigned to: __ )
  • XOnline (Assigned to: __ )

Using generic offset value pair array are no longer advice to use:

{ 0x00, 0x04 },
{ 0x01, 0x56 },
{ 0x10, 0x03 },
...

It will need replace to use OV_MATCH macro:

OV_MATCH(0x00, 0x04, 0x56),
OV_MATCH(0x10, 0x03),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant