mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(console): add more work to understand ConsoleDeviceInitialize
This commit is contained in:
parent
9df5775a17
commit
6cda64dfc4
16 changed files with 224 additions and 28 deletions
|
|
@ -15,5 +15,7 @@ CVGxMaxFPSCallback 00769830 f end=00769856 type="bool __stdcall func(CVar* h, ch
|
|||
CVGxMaxFPSBkCallback 00769860 f end=00769886 type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxWindowResizeLockCallback 00769890 f end=007698A9 type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxStereoEnabledCallback 00769C00 f end=00769C2B type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxStereoConvergenceCallback 00769C30 f end=00769C54 type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxStereoSeparationCallback 00769C60 f end=00769C84 type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxResolutionCallback 0076A220 f end=0076A57F type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxRefreshCallback 0076A580 f end=0076A62D type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ s_cvGxRefresh 00CABA9C l type="CVar*"
|
|||
s_cvGxMaximize 00CABAA0 l type="CVar*"
|
||||
s_cvGxMultisample 00CABAA4 l type="CVar*"
|
||||
s_cvGxCursor 00CABAA8 l type="CVar*"
|
||||
s_cvGxStereoSeparation 00CABAAC l type="CVar*"
|
||||
s_cvGxMultisampleQuality 00CABAB0 l type="CVar*"
|
||||
s_cvGxResolution 00CABAB4 l type="CVar*"
|
||||
s_cvHwDetect 00CABAB8 l type="CVar*"
|
||||
|
|
@ -11,6 +12,7 @@ s_cvGxFixLag 00CABAC0 l type="CVar*"
|
|||
s_cvMaxFPS 00CABAC4 l type="CVar*"
|
||||
s_cvGxVSync 00CABAEC l type="CVar*"
|
||||
s_cvVideoOptionsVersion 00CABB30 l type="CVar*"
|
||||
s_cvGxStereoConvergence 00CABB34 l type="CVar*"
|
||||
s_cvMaxFPSBk 00CABB6C l type="CVar*"
|
||||
s_cvGxTripleBuffer 00CABB70 l type="CVar*"
|
||||
s_cvGxDepthBits 00CABB74 l type="CVar*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue