mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): more hardware detection
This commit is contained in:
parent
0fa8d70e2c
commit
1e6fb307de
16 changed files with 26811 additions and 33 deletions
|
|
@ -1,4 +1,3 @@
|
|||
s_active 00CA1978 l type="int32_t" ; int32 as boolean
|
||||
s_rect 00ADBAB4 l type="RECTF" ; RECTF
|
||||
s_consoleHotKey 00ADBAC4 l type="KEY" ; KEY
|
||||
s_historyIndex 00ADBAC8 l type="int32_t" ; int32
|
||||
|
|
@ -6,6 +5,14 @@ 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_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]"
|
||||
s_particleDensity 00ADBE80 l type="float[4][2]"
|
||||
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]"
|
||||
s_caretpixheight 00CA1690 l type="float"
|
||||
s_caret 00CA1694 l type="int32_t" ; int32
|
||||
s_copyText 00CA1698 l
|
||||
|
|
@ -19,6 +26,7 @@ s_repeatCount 00CA186C l type="uint32_t"
|
|||
s_layerText 00CA1870 l type="HLAYER"
|
||||
s_batch 00CA1874 l type="CGxStringBatch*"
|
||||
s_partial 00CA1878 l type="char[256]"
|
||||
s_active 00CA1978 l type="int32_t" ; int32 as boolean
|
||||
s_NumLines 00CA197C l type="int32_t"
|
||||
s_completionMode 00CA1980 l type="int32_t"
|
||||
s_completedCmd 00CA1984 l type="char*"
|
||||
|
|
@ -40,6 +48,17 @@ g_commandHistory 00CA3A28 l type="char[32][1024]"
|
|||
g_commandHistoryIndex 00CABA28 l type="uint32_t"
|
||||
g_defaultCommand 00CABA2C l type="COMMANDHANDLER" ; command function pointer
|
||||
g_consoleCommandHash 00CABA30 l type="TSHashTable_CONSOLECOMMAND_HASHKEY_STRI" ; TSHashTable<CONSOLECOMMAND, HASHKEY_CONSTSTRI>
|
||||
s_defaults 00CABAF0 l type="DefaultSettings"
|
||||
s_hardware 00CABB38 l type="Hardware"
|
||||
s_hardwareDetected 00CABCBC l type="bool"
|
||||
s_hwChanged 00CABCBD l type="bool"
|
||||
s_hwDetect 00CABCBE l type="bool"
|
||||
s_consoleAccessEnabled 00CABCC4 l type="int32_t" ; int32 as boolean
|
||||
s_requestedFormat 00CABCD8 l type="CGxFormat"
|
||||
s_gxMonitorModes 00CABCC8 l type="TSGrowableArray_CGxMonitorMode"
|
||||
s_requestedFormat 00CABCD8 l type="CGxFormat"
|
||||
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]"
|
||||
formatToInt 00AD87C4 l type="char*[8]"
|
||||
g_gxApiNames 00AD87E4 l type="char*[6]"
|
||||
Loading…
Add table
Add a link
Reference in a new issue