mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): add region code
This commit is contained in:
parent
e2b08911e9
commit
da8d47619c
21 changed files with 762 additions and 6 deletions
|
|
@ -18,7 +18,11 @@ struct CGxDeviceD3d {
|
|||
IDirect3DDevice9* m_d3dDevice;
|
||||
D3DCAPS9 m_d3dCaps;
|
||||
int32_t m_d3dIsHwDevice;
|
||||
uint32_t unk3AB4[11];
|
||||
int32_t m_d3dNVAPI;
|
||||
uint32_t unk3AB8;
|
||||
uint32_t unk3ABC;
|
||||
uint32_t m_d3dStereoHandle;
|
||||
uint32_t unk3AC4[7];
|
||||
IDirect3DVertexDeclaration9* m_d3dVertexDecl[14];
|
||||
D3DDISPLAYMODE m_desktopDisplayMode;
|
||||
int32_t m_inScene;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue