mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 02:02:30 +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
|
|
@ -7,6 +7,7 @@ s_fontHeight 00ADBACC l type="float" ; float
|
|||
s_hRect 00ADBAD4 l type="RECTF" ; RECTF
|
||||
s_baseTextFlags 00ADBAE4 l type="uint32_t" ; uint32
|
||||
s_linelist 00ADBBB0 l type="TSList_CONSOLELINE"
|
||||
s_soundHwSettings 00ADBE54 l type="SoundHardware"
|
||||
s_detailDoodadDensity 00ADBE5C l type="uint32_t[4]"
|
||||
s_animatingDoodads 00ADBE6C l type="uint8_t[2][2]"
|
||||
s_waterLOD 00ADBE70 l type="uint32_t[2][2]"
|
||||
|
|
@ -15,6 +16,7 @@ s_unitDrawDist 00ADBEA0 l type="float[4][2]"
|
|||
s_smallCull 00ADBEC0 l type="float[4][2]"
|
||||
s_distCull 00ADBEE0 l type="float[4][2]"
|
||||
s_farClip 00ADBF00 l type="float[5][2]"
|
||||
g_videoHardwareDB 00ADBF88 l type="WowClientDB_VideoHardwareRec"
|
||||
s_caretpixheight 00CA1690 l type="float"
|
||||
s_caret 00CA1694 l type="int32_t" ; int32
|
||||
s_copyText 00CA1698 l
|
||||
|
|
@ -54,6 +56,8 @@ s_consoleGxOverrideSet 00CABAC8 l type="int32_t[9]"
|
|||
s_defaults 00CABAF0 l type="DefaultSettings"
|
||||
s_hardware 00CABB38 l type="Hardware"
|
||||
s_consoleGxOverrideVal 00CABB7C l type="uint32_t[9]"
|
||||
s_windowTitle 00CABBB8 l type="char[256]"
|
||||
s_device 00CABCB8 l type="CGxDevice*"
|
||||
s_hardwareDetected 00CABCBC l type="bool"
|
||||
s_hwChanged 00CABCBD l type="bool"
|
||||
s_hwDetect 00CABCBE l type="bool"
|
||||
|
|
@ -64,4 +68,3 @@ s_desktopFormat 00CABD40 l type="CGxFormat"
|
|||
s_fallbackFormat 00CABDA8 l type="CGxFormat"
|
||||
s_lastGoodFormat 00CABE00 l type="CGxFormat"
|
||||
s_formats 00CABE98 l type="CGxFormat[5]"
|
||||
g_videoHardwareDB 00ADBF88 l type="WowClientDB_VideoHardwareRec"
|
||||
Loading…
Add table
Add a link
Reference in a new issue