mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): update gx headers
This commit is contained in:
parent
37b206a6e3
commit
ad24eab0a4
16 changed files with 251 additions and 84 deletions
|
|
@ -21,7 +21,7 @@ enum CGxFormat__Format {
|
|||
};
|
||||
|
||||
struct CGxFormat {
|
||||
uint32_t unk0;
|
||||
uint32_t apiSpecificModeID;
|
||||
bool hwTnL;
|
||||
bool hwCursor; // 0x5, UC
|
||||
int8_t fixLag;
|
||||
|
|
@ -33,19 +33,15 @@ struct CGxFormat {
|
|||
// set by CVGxTripleBufferCallback
|
||||
uint32_t backBufferCount; // buffering? buffer? framebufferCount?
|
||||
uint32_t sampleCount;
|
||||
float multisampleQuality; // UC, write at 00769693
|
||||
float sampleQuality; // UC, write at 00769693
|
||||
CGxFormat__Format colorFormat;
|
||||
uint32_t refreshRate;
|
||||
uint32_t vsync;
|
||||
bool stereoEnabled; // UC, 34
|
||||
// something to do with fixed function?
|
||||
// write at 0076AD4C
|
||||
uint32_t unk38;
|
||||
uint32_t unk3C;
|
||||
uint32_t unk40;
|
||||
uint32_t unk44;
|
||||
uint32_t unk48;
|
||||
uint32_t unk4C;
|
||||
// vertexShaderTarget ?
|
||||
int32_t fixedFunction[6];
|
||||
C2iVector pos;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue