mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 10:12:28 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
15
profile/3.3.5a-windows-386/include/external/d3d9/displaymode.h
vendored
Normal file
15
profile/3.3.5a-windows-386/include/external/d3d9/displaymode.h
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef D3D9_DISPLAYMODE_H
|
||||
#define D3D9_DISPLAYMODE_H
|
||||
|
||||
DECLARE_STRUCT(D3DDISPLAYMODE);
|
||||
|
||||
#include "external/d3d9/format.h"
|
||||
|
||||
struct D3DDISPLAYMODE {
|
||||
uint32_t Width;
|
||||
uint32_t Height;
|
||||
uint32_t RefreshRate;
|
||||
D3DFORMAT Format;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue