mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): more bc routines
This commit is contained in:
parent
1e6fb307de
commit
fb267a5683
35 changed files with 818 additions and 2959 deletions
|
|
@ -1,3 +1,5 @@
|
|||
formatToInt 00AD87C4 l type="char*[8]"
|
||||
g_gxApiNames 00AD87E4 l type="char*[6]"
|
||||
s_rect 00ADBAB4 l type="RECTF" ; RECTF
|
||||
s_consoleHotKey 00ADBAC4 l type="KEY" ; KEY
|
||||
s_historyIndex 00ADBAC8 l type="int32_t" ; int32
|
||||
|
|
@ -48,8 +50,10 @@ 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_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_hardwareDetected 00CABCBC l type="bool"
|
||||
s_hwChanged 00CABCBD l type="bool"
|
||||
s_hwDetect 00CABCBE l type="bool"
|
||||
|
|
@ -60,5 +64,4 @@ 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]"
|
||||
g_videoHardwareDB 00ADBF88 l type="WowClientDB_VideoHardwareRec"
|
||||
Loading…
Add table
Add a link
Reference in a new issue